mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
Calendar app was using $env/dynamic/public for TODO and Contacts API URLs, which doesn't work in SPA mode. Updated to use runtime config: - Add TODO_API_URL and CONTACTS_API_URL to runtime config - Update docker-entrypoint.sh to include new env vars - Refactor todos.ts and birthdays.ts to use lazy-loaded clients - Refactor user-settings.svelte.ts with lazy store initialization - Add env vars to docker-compose.staging.yml This fixes staging deployment where cross-app integrations were calling localhost instead of staging URLs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| calendar | ||
| chat | ||
| clock | ||
| contacts | ||
| context | ||
| manacore | ||
| manadeck | ||
| picture | ||
| quote/apps | ||
| todo | ||
| zitare | ||