Skip to content

Commit be42865

Browse files
authored
rename wrangler.json to wrangler.jsonc (#448)
1 parent 52983ab commit be42865

File tree

16 files changed

+5
-10
lines changed

16 files changed

+5
-10
lines changed
File renamed without changes.

examples/next-partial-prerendering/wrangler.json renamed to examples/next-partial-prerendering/wrangler.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"compatibility_flags": ["nodejs_compat"],
77
"assets": {
88
"directory": ".open-next/assets",
9-
"binding": "ASSETS"
10-
}
9+
"binding": "ASSETS",
10+
},
1111
}

0 commit comments

Comments
 (0)