Deploying
DigitalOcean App Platform
- Copy
.do/app.yaml.exampleto.do/app.yaml - Update with your domain, Supabase credentials, and other env vars
- Link your GitHub repo in the DO dashboard
- Deploy — DO will auto-build and deploy on push to main
Build Commands
- Web:
pnpm build --filter=@yourproject/web - Server:
pnpm build --filter=@yourproject/server
Routing
/routes to the web app (port 3000)/backendroutes to the server (port 3001, prefix stripped)

