diff options
Diffstat (limited to 'apps/kit/playwright.config.ts')
| -rw-r--r-- | apps/kit/playwright.config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/kit/playwright.config.ts b/apps/kit/playwright.config.ts index 6ad3a7f..5926752 100644 --- a/apps/kit/playwright.config.ts +++ b/apps/kit/playwright.config.ts @@ -2,8 +2,8 @@ import type { PlaywrightTestConfig } from '@playwright/test'; const config: PlaywrightTestConfig = { webServer: { - command: 'npm run build && npm run preview', - port: 4173 + command: 'pnpm run dev', + port: 5173 } }; |
