We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb30c39 commit 5046cb0Copy full SHA for 5046cb0
packages/cloudflare/templates/defaults/wrangler.jsonc
@@ -2,12 +2,10 @@
2
"main": ".open-next/worker.js",
3
"name": "app-name",
4
"compatibility_date": "2024-12-30",
5
- "compatibility_flags": [
6
- "nodejs_compat"
7
- ],
+ "compatibility_flags": ["nodejs_compat"],
8
"assets": {
9
"directory": ".open-next/assets",
10
- "binding": "ASSETS"
+ "binding": "ASSETS",
11
},
12
"kv_namespaces": [
13
// Create a KV binding with the binding name "NEXT_CACHE_WORKERS_KV"
@@ -16,5 +14,5 @@
16
14
// "binding": "NEXT_CACHE_WORKERS_KV",
17
15
// "id": "<BINDING_ID>"
18
// }
19
- ]
20
-}
+ ],
+}
0 commit comments