Commit graph

5 commits

Author SHA1 Message Date
Vadym Samoilenko
19dc7942c2 Restore executable bit on deploy.sh
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 11:55:15 +00:00
Vadym Samoilenko
742b5a042d Clear Vite cache before build in deploy script
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>
2026-03-16 11:54:26 +00:00
Vadym Samoilenko
66439a601c Make deploy.sh executable in git
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 11:53:19 +00:00
Vadym Samoilenko
46cddc7408 Show redirect URI in deploy output for easier debugging
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 11:51:55 +00:00
Vadym Samoilenko
9958c903c5 Fix MSAL SSO redirect and add deploy script
- 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>
2026-03-16 11:38:56 +00:00