Skip to content

Commit 6e7f5f6

Browse files
fix next.js on workers C3 e2e test
Next was asking interactively whether to use turbopack, which causes the test to hang
1 parent 0dae4ac commit 6e7f5f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/create-cloudflare/e2e-tests/frameworks/framework-test-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ export default function getFrameworkTestConfig(pm: string) {
402402
"--tailwind",
403403
"--eslint",
404404
"--app",
405+
"--turbopack",
405406
"--import-alias",
406407
"@/*",
407408
"--src-dir",

0 commit comments

Comments
 (0)