·
3379 commits
to main
since this release
Patch Changes
-
[Breaking] refactor implementation from "Service Worker" pattern to "Module Worker" used in adapter-cloudflare (#4276)
add the following to your wrangler.toml
[build.upload] format = "modules" main = "./worker.mjs"