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 642c3d2 commit 5838438Copy full SHA for 5838438
examples/common/config-e2e.ts
@@ -27,7 +27,7 @@ export function configurePlaywright(
27
timeout = 100_000;
28
} else {
29
timeout = 500_000;
30
- command = `pnpm preview --port ${port}`;
+ command = `pnpm preview --port ${port} --inspector-port ${inspectorPort}`;
31
}
32
33
0 commit comments