Added auth

This commit is contained in:
2025-06-25 21:57:35 +02:00
parent a240555e39
commit 384f3532ab
27 changed files with 2196 additions and 37 deletions

View File

@@ -1,13 +1,14 @@
## Project requirements
- use pnpm and pnpx always
- make sure to always use context7 mcp
- ALWAYS PULL THE LATESTS docs using context7 mcp
## Project structure
- Everything should be in the `src` folder.
- When adding new files as libs use `src/lib/` as the base folder and add subfolders eg. auth or drizzle
- When adding new files as components use `src/components/` as the base folder and add subfolders eg. auth or drizzle
- This project uses drizzle for db
## Project rules