From 3352727aa638fcfcc6461d2aaded8ef9603acc0d Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 4 Oct 2022 00:04:19 +0800 Subject: feat: Initial setup facilitating testing --- apps/kit/playwright.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/kit/playwright.config.ts') 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 } }; -- cgit v1.3