Skip to content

Commit 5322b1b

Browse files
fix: import and bidi
- restored webserver
1 parent 25727fc commit 5322b1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/sdk-vite-integration/playwright.config.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ export default defineConfig({
3535
},
3636
],
3737
// Run your local dev server before starting the tests.
38-
// webServer: {
39-
// command: 'yarn dev',
40-
// url: 'http://localhost:5173',
41-
// timeout: 120 * 1000,
42-
// reuseExistingServer: !process.env.CI,
43-
// },
38+
webServer: {
39+
command: 'yarn dev',
40+
url: 'http://localhost:5173',
41+
timeout: 120 * 1000,
42+
reuseExistingServer: !process.env.CI,
43+
},
4444
});

0 commit comments

Comments
 (0)