Skip to content

Commit 909b412

Browse files
remove unused param
1 parent ff0e037 commit 909b412

File tree

1 file changed

+1
-1
lines changed
  • packages/create-cloudflare/templates-experimental/next

1 file changed

+1
-1
lines changed

packages/create-cloudflare/templates-experimental/next/c3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const generate = async (ctx: C3Context) => {
1919
]);
2020
};
2121

22-
const configure = async (ctx: C3Context) => {
22+
const configure = async () => {
2323
const packages = [
2424
"@opennextjs/[email protected]",
2525
"@cloudflare/workers-types",

0 commit comments

Comments
 (0)