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 ff0e037 commit 909b412Copy full SHA for 909b412
packages/create-cloudflare/templates-experimental/next/c3.ts
@@ -19,7 +19,7 @@ const generate = async (ctx: C3Context) => {
19
]);
20
};
21
22
-const configure = async (ctx: C3Context) => {
+const configure = async () => {
23
const packages = [
24
"@opennextjs/[email protected]",
25
"@cloudflare/workers-types",
0 commit comments