diff --git a/playwright.config.ts b/playwright.config.ts index 942789a..002414b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -31,6 +31,6 @@ export default defineConfig({ // webServer: { // command: 'npm run start', // url: 'http://localhost:12101', // Adjust to match your server - // reuseExistingServer: !process.env.CI + // reuseExistingServer: !process.env.C // }, });