diff --git a/examples/common/config-e2e.ts b/examples/common/config-e2e.ts index 5347c5e6..5ddb9d44 100644 --- a/examples/common/config-e2e.ts +++ b/examples/common/config-e2e.ts @@ -27,7 +27,7 @@ export function configurePlaywright( timeout = 100_000; } else { timeout = 500_000; - command = `pnpm preview --port ${port}`; + command = `pnpm preview --port ${port} --inspector-port ${inspectorPort}`; } } else { timeout = 100_000;