515 B
515 B
Project requirements
- use pnpm and pnpx always
- ALWAYS PULL THE LATESTS docs using context7 mcp
Project structure
- Everything should be in the
srcfolder. - 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
- DO NOT CREATE random index.ts files in folders import them directly