fix starter prompt

This commit is contained in:
Leon van Zyl
2025-08-13 14:25:38 +02:00
parent 2b9040c839
commit bb782d4151
2 changed files with 58 additions and 11 deletions

View File

@@ -34,9 +34,11 @@ This is a **boilerplate/starter template** - all existing pages and components a
The only things to preserve are:
- Authentication system (but customize the UI/flow as needed)
- Database setup and schema (but modify as needed)
- Core configuration files (package.json, next.config.ts, etc.)
- **All installed libraries and dependencies** (DO NOT uninstall or remove any packages from package.json)
- **Authentication system** (but customize the UI/flow as needed)
- **Database setup and schema** (but modify schema as needed for your use case)
- **Core configuration files** (next.config.ts, tsconfig.json, tailwind.config.ts, etc.)
- **Build and development scripts** (keep all npm/pnpm scripts in package.json)
## Tech Stack