This commit is contained in:
2025-06-25 20:39:03 +02:00
parent 07f101f6db
commit a240555e39
11 changed files with 820 additions and 1 deletions

14
.github/copilot-instructions.md vendored Normal file
View File

@@ -0,0 +1,14 @@
## Project requirements
- use pnpm and pnpx always
- make sure to always use 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
## Project rules
- DO NOT CREATE random index.ts files in folders import them directly