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
Reinstate the console app's default base path to '/console/' while allowing overrides for root deployments. Changes:
- apps/console/vite.config.ts: default basePath set to process.env.VITE_BASE_PATH || '/console/' (can be overridden).
- e2e/helpers/index.ts: CONSOLE_BASE updated to '/console' to match the default base.
- playwright.config.ts: test server URL updated to include '/console/'.
- apps/console/vercel.json: buildCommand sets VITE_BASE_PATH=/ for Vercel builds that need the app served at root.
- ROADMAP.md: removed the completed P1.16 "Console Base Path Unification" section.
These adjustments keep the SPA mount consistent at '/console/' by default while supporting standalone/root deployment via the VITE_BASE_PATH env var.
0 commit comments