Vite caches built assets and reuses them across builds, causing env
variable changes to not take effect. Always wipe dist/ and
node_modules/.vite before building.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Switch MSAL cache to localStorage + cookie fallback to fix AADSTS90014 (PKCE state lost on redirect)
- Fix base path and redirect URI to use correct case: lusa-Back-Planner
- Add deploy.sh for server-side build and deploy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>