We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
global_fetch_strictly_public
1 parent 3f8f1a1 commit 79593e6Copy full SHA for 79593e6
2 files changed
.changeset/kind-dolls-swim.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-cloudflare": patch
3
4
+
5
+Add the `global_fetch_strictly_public` flag to the Next template for workers
packages/create-cloudflare/templates/next/workers/templates/wrangler.jsonc
@@ -3,7 +3,8 @@
"main": ".open-next/worker.js",
"compatibility_date": "2025-03-01",
"compatibility_flags": [
6
- "nodejs_compat"
+ "nodejs_compat",
7
+ "global_fetch_strictly_public"
8
],
9
"assets": {
10
"binding": "ASSETS",
0 commit comments