Deployment check

The app bundle didn't load

You're seeing the raw index.html, which means Cloudflare is serving the project source instead of the built output.

Most likely fix: in Pages → Settings → Builds, set Build output directory to exactly dist, build command to npm run build, then redeploy.

If you uploaded a folder by hand, upload the contents of dist after running npm install && npm run build — never the project root.

See TROUBLESHOOTING.md, or open /api/health to check whether Functions are running.