diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1f51d57..9f2d68c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -56,4 +56,5 @@ View all dependencies in [package.json](/package.json). ├── 📂 routes # File-based routing using TanStack Router ├── 📂 styles # Global CSS (not much here, most of it's in Tailwind!) └── main.tsx # Base of the project including common Providers +📂 src # End-to-end Playwright tests ```