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 22177c8 commit 4ac93f2Copy full SHA for 4ac93f2
packages/create-cloudflare/templates-experimental/solid/c3.ts
@@ -87,7 +87,6 @@ const config: TemplateConfig = {
87
"cf-typegen": `wrangler types`,
88
},
89
}),
90
- compatibilityFlags: ["nodejs_compat"],
91
devScript: "dev",
92
deployScript: "deploy",
93
previewScript: "preview",
packages/create-cloudflare/templates/hello-world-with-assets/c3.ts
@@ -21,6 +21,5 @@ const config: TemplateConfig = {
21
22
23
24
25
};
26
export default config;
0 commit comments