oliver-sales-ops-platform/deploy
DJP b553bef43a deploy: pipe DEV_AUTH_BYPASS into the Vite build
Vite inlines import.meta.env.VITE_DEV_AUTH_BYPASS at build time. The
build container wasn't getting it, so even with DEV_AUTH_BYPASS=true on
the backend the SPA still rendered the MSAL login gate.

Resolve VITE_DEV_AUTH_BYPASS, falling back to DEV_AUTH_BYPASS if it's
not explicitly set, and pass it through `docker run -e` to the build.
A single DEV_AUTH_BYPASS=true in .env now controls both halves.
2026-04-27 17:12:46 -04:00
..
apache-osop.conf.tmpl deploy: auto-pick free ports + render Apache conf from template 2026-04-27 16:34:05 -04:00
deploy.sh deploy: pipe DEV_AUTH_BYPASS into the Vite build 2026-04-27 17:12:46 -04:00