Frontend cut over to a Cloudflare Worker (
3c097a1)
JSR’s Fresh frontend is now bundled and deployed as its own Cloudflare Worker instead of running on Google Cloud Run. The load balancer now talks to it through a service binding, which removes an extra public hop and sets up the old Cloud Run frontend for retirement once the rollout is stable.
Other misc changes
- CI/build updates for the new frontend worker and legacy Cloud Run fallback
- Docs/architecture updates to reflect the new deployment layout
- Ignore the generated
frontend/_freshbuild output - Minor frontend file tweaks and dependency lockfile churn