Changelog

jsr-io/jsr · · 1 commit

Frontend moves to Cloudflare Workers

JSR migrates its Fresh frontend from Cloud Run to a standalone Cloudflare Worker, with routing and deployment updated for the cutover.

Frontend cut over to a Cloudflare Worker (crowlKats3c097a1)

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/_fresh build output
  • Minor frontend file tweaks and dependency lockfile churn