26 lines
611 B
Markdown
26 lines
611 B
Markdown
# Caterium
|
|
|
|
Caterium catering SaaS frontend with Supabase backend.
|
|
|
|
## Production
|
|
Current Cloudflare Worker: `ancient-sound-04ab`
|
|
|
|
Cloudflare publishes **only `public/`**. SQL, Edge Functions, tests and documentation are not web-accessible.
|
|
|
|
## Deploy checks
|
|
```bash
|
|
npm install
|
|
npm run check:deploy
|
|
npm run test:e2e
|
|
```
|
|
|
|
## Cloudflare Git deployment
|
|
- Build command: `npm run check:deploy`
|
|
- Deploy command: `npx wrangler deploy`
|
|
- Production branch: `main`
|
|
- Root directory: `/`
|
|
|
|
## Backend
|
|
Supabase Edge Functions are versioned under `supabase/functions/`.
|
|
SQL migration/history files live under `ops/sql/`.
|