Update webserver command to use pnpm

This commit is contained in:
Torsten Dittmann
2025-03-25 17:04:26 +01:00
parent 386296cc54
commit 3fe97a863f

View File

@@ -2,7 +2,7 @@ import type { PlaywrightTestConfig } from '@playwright/test';
const config: PlaywrightTestConfig = {
webServer: {
command: 'npm run dev',
command: 'pnpm run dev',
port: 5173
},
fullyParallel: true,