Skip to content

Commit

Permalink
chore: improve changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Mar 8, 2022
1 parent 64a161b commit 4db18af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .changeset/few-walls-obey.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
'@sveltejs/adapter-cloudflare-workers': patch
---

refactor implementation from "Service Worker" pattern to "Module Worker" used in adapter-cloudflare
[Breaking] refactor implementation from "Service Worker" pattern to "Module Worker" used in adapter-cloudflare

#### add the following to your wrangler.toml
```toml
[build.upload]
format = "modules"
```

0 comments on commit 4db18af

Please sign in to comment.