Skip to content

Commit 8ad5be9

Browse files
update the astro experimental template not to unnecessarily specify v2 for nodejs_compat (#7565)
1 parent a55bc36 commit 8ad5be9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/stale-bananas-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
update the astro experimental template not to unnecessarily specify `v2` for `nodejs_compat`

packages/create-cloudflare/templates-experimental/astro/templates/ts/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#:schema node_modules/wrangler/config-schema.json
22
name = "<TBD>"
33
compatibility_date = "<TBD>"
4-
compatibility_flags = ["nodejs_compat_v2"]
4+
compatibility_flags = ["nodejs_compat"]
55
main = "./dist/_worker.js/index.js"
66
assets = { directory = "./dist", binding = "ASSETS" }
77

0 commit comments

Comments
 (0)