chore: update cursor rules
This commit is contained in:
parent
3136766a6d
commit
92a87ceb03
@ -7,7 +7,7 @@ alwaysApply: false
|
|||||||
|
|
||||||
## Database (Drizzle ORM)
|
## Database (Drizzle ORM)
|
||||||
- Schema definitions in `src/db/schema.ts`
|
- Schema definitions in `src/db/schema.ts`
|
||||||
- Migrations in `drizzle/`
|
- Migrations in `src/db/migrations`
|
||||||
- Use `db:generate` to create new migration files based on schema changes
|
- Use `db:generate` to create new migration files based on schema changes
|
||||||
- Use `db:migrate` to apply pending migrations to the database
|
- Use `db:migrate` to apply pending migrations to the database
|
||||||
- Use `db:push` to sync schema changes directly to the database (development only)
|
- Use `db:push` to sync schema changes directly to the database (development only)
|
||||||
|
@ -19,6 +19,7 @@ alwaysApply: false
|
|||||||
- `src/payment/`: Payment integration
|
- `src/payment/`: Payment integration
|
||||||
- `src/analytics/`: Analytics and tracking
|
- `src/analytics/`: Analytics and tracking
|
||||||
- `src/storage/`: File storage integration
|
- `src/storage/`: File storage integration
|
||||||
|
- `src/notification/`: Sending Notifications
|
||||||
|
|
||||||
## Configuration Files
|
## Configuration Files
|
||||||
- `next.config.ts`: Next.js configuration
|
- `next.config.ts`: Next.js configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user