Skip to content

Commit 878d371

Browse files
committed
Revert "fix: remove strictPort from E2E webServer to allow reusing dev server"
This reverts commit 8b6d268.
1 parent 8b6d268 commit 878d371

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/playwright.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ export default defineConfig({
6969
],
7070

7171
// Auto-start frontend if not running (optional)
72-
// Note: Uses vite directly without --strictPort to allow reusing existing server
7372
webServer: {
74-
command: "FRONTEND_PORT=${FRONTEND_PORT:-5173} vite dev --port ${FRONTEND_PORT:-5173}",
73+
command: "bun run dev",
7574
url: FRONTEND_URL,
7675
reuseExistingServer: true,
7776
timeout: 120_000,

0 commit comments

Comments
 (0)