feat: redesign meal ordering system

This commit is contained in:
2025-12-02 12:57:42 +01:00
parent 0aada37286
commit 0cf6b405f1
24 changed files with 4823 additions and 639 deletions

View File

@@ -186,7 +186,7 @@ pnpm generate:types # Generate TypeScript types
### Database
The application uses SQLite by default (`payload.db`). To migrate to PostgreSQL:
The application uses SQLite by default (`meal-planner.db`). To migrate to PostgreSQL:
1. Install the PostgreSQL adapter: `pnpm add @payloadcms/db-postgres`
2. Update `payload.config.ts`: