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.
1 parent 2de086c commit 7008d4dCopy full SHA for 7008d4d
packages/create-cloudflare/src/workers.ts
@@ -73,7 +73,7 @@ const maybeInstallNodeTypes = async (ctx: C3Context, npm: string) => {
73
parsedConfig = TOML.parse(wranglerTomlStr);
74
}
75
76
- const compatibility_flags = Array.isArray(parsedConfig["compatibility_flags"])
+ const compatibilityFlags = Array.isArray(parsedConfig["compatibility_flags"])
77
? parsedConfig["compatibility_flags"]
78
: [];
79
0 commit comments