Go to file
2026-09-08 13:14:25 +03:00
.github/workflows Remove one-time v17.7.0 release-check workflow 2026-09-08 13:14:25 +03:00
docs Apply Caterium v17.7.0 architecture foundation 2026-09-08 10:06:29 +00:00
ops Fix v17.7.0 server automation change event operation 2026-09-08 13:09:40 +03:00
public Apply Caterium v17.7.0 architecture foundation 2026-09-08 10:06:29 +00:00
supabase/functions Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
tests Update v17.7.0 release checks 2026-09-08 10:13:35 +00:00
.gitignore Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
deploy-trigger.txt Create deploy-trigger.txt 2026-09-07 15:48:20 +03:00
GITHUB-CLOUDFLARE-SETUP.txt Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
package-lock.json Apply Caterium v17.7.0 architecture foundation 2026-09-08 10:06:29 +00:00
package.json Apply Caterium v17.7.0 architecture foundation 2026-09-08 10:06:29 +00:00
PUSH-TO-GITHUB.bat Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
README.md Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
UPDATE-FROM-REMOTE-AND-PUSH.bat Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
wrangler.jsonc Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00

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

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/.