File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
packages/cloudflare/templates/defaults Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 4
4
"semi": true,
5
5
"useTabs": false,
6
6
"tabWidth": 2,
7
- "trailingComma": "es5"
7
+ "trailingComma": "es5",
8
+ "overrides": [
9
+ {
10
+ "// comment": "wrangler doesn't seem to accept wrangler.jsonc with trailing commas",
11
+ "files": ["**/wrangler.jsonc"],
12
+ "options": {
13
+ "trailingComma": "none"
14
+ }
15
+ }
16
+ ]
8
17
}
Original file line number Diff line number Diff line change 5
5
"compatibility_flags" : [" nodejs_compat" ],
6
6
"assets" : {
7
7
"directory" : " .open-next/assets" ,
8
- "binding" : " ASSETS" ,
8
+ "binding" : " ASSETS"
9
9
},
10
10
"kv_namespaces" : [
11
11
// Create a KV binding with the binding name "NEXT_CACHE_WORKERS_KV"
14
14
// "binding": "NEXT_CACHE_WORKERS_KV",
15
15
// "id": "<BINDING_ID>"
16
16
// }
17
- ],
17
+ ]
18
18
}
You can’t perform that action at this time.
0 commit comments