You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify E2E server setup by using vite directly
- Remove dev:e2e script from package.json (no longer needed)
- Update playwright.config.ts to call vite directly without strictPort
- Removes conditional webServer logic for CI
- E2E tests can now reuse existing dev server on port 5173
0 commit comments