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.
v2
nodejs_compat
1 parent e846512 commit 788553bCopy full SHA for 788553b
.changeset/stale-bananas-sort.md
@@ -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
@@ -1,7 +1,7 @@
#:schema node_modules/wrangler/config-schema.json
name = "<TBD>"
compatibility_date = "<TBD>"
-compatibility_flags = ["nodejs_compat_v2"]
+compatibility_flags = ["nodejs_compat"]
main = "./dist/_worker.js/index.js"
6
assets = { directory = "./dist", binding = "ASSETS" }
7
0 commit comments