You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guides/gcp-server-setup.md - full one-time VM setup walkthrough (nginx, systemd, certbot, cron)
guides/gcp-deploying-updates.md - guide for pushing future releases using the deploy script
Demo database resets every 6 hours from a seed copy so the live demo stays clean
Changed
api.ts URL resolution now splits SSR and browser paths - server-side uses API_URL (private, direct to backend), browser uses NEXT_PUBLIC_API_URL (through nginx). Local dev behaviour unchanged.