mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:01:09 +02:00
All three apps were hardcoding localhost:3001 for auth, which broke staging deployments. Now uses hooks.server.ts to inject the correct PUBLIC_MANA_CORE_AUTH_URL_CLIENT at runtime (same pattern as chat-web). Changes: - Add hooks.server.ts to todo, calendar, clock web apps - Update auth.svelte.ts to use window.__PUBLIC_MANA_CORE_AUTH_URL__ - Update user-settings.svelte.ts to use runtime URL - Fix feedback services to use runtime URL 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backend | ||
| landing | ||
| web | ||