Skip to content

Commit 5046cb0

Browse files
fixup! create a wrangler.toml file for the user in case one is not already present
fix jsonc prettier formatting
1 parent bb30c39 commit 5046cb0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/cloudflare/templates/defaults/wrangler.jsonc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
"main": ".open-next/worker.js",
33
"name": "app-name",
44
"compatibility_date": "2024-12-30",
5-
"compatibility_flags": [
6-
"nodejs_compat"
7-
],
5+
"compatibility_flags": ["nodejs_compat"],
86
"assets": {
97
"directory": ".open-next/assets",
10-
"binding": "ASSETS"
8+
"binding": "ASSETS",
119
},
1210
"kv_namespaces": [
1311
// Create a KV binding with the binding name "NEXT_CACHE_WORKERS_KV"
@@ -16,5 +14,5 @@
1614
// "binding": "NEXT_CACHE_WORKERS_KV",
1715
// "id": "<BINDING_ID>"
1816
// }
19-
]
20-
}
17+
],
18+
}

0 commit comments

Comments
 (0)