We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6d268 commit 878d371Copy full SHA for 878d371
frontend/playwright.config.ts
@@ -69,9 +69,8 @@ export default defineConfig({
69
],
70
71
// Auto-start frontend if not running (optional)
72
- // Note: Uses vite directly without --strictPort to allow reusing existing server
73
webServer: {
74
- command: "FRONTEND_PORT=${FRONTEND_PORT:-5173} vite dev --port ${FRONTEND_PORT:-5173}",
+ command: "bun run dev",
75
url: FRONTEND_URL,
76
reuseExistingServer: true,
77
timeout: 120_000,
0 commit comments