managarten/apps/todo
Wuesteon 4398fbc29b fix(manacore-web,todo-web): use runtime URLs for backend API services
- manacore-web: Update todo, calendar, contacts service files to use
  runtime URLs from window instead of import.meta.env (baked at build time)
- manacore-web: Add backend URL env vars to docker-compose.staging.yml
- manacore-web: Fix fallback ports (todo: 3017→3018, calendar: 3014→3016)
- todo-web: Update API client to use runtime URL from window

This enables Docker containers to use runtime-injected URLs instead of
build-time environment variables.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 22:03:12 +01:00
..
apps fix(manacore-web,todo-web): use runtime URLs for backend API services 2025-12-08 22:03:12 +01:00
packages/shared feat(contacts): add import/export with Google Contacts integration 2025-12-03 15:54:31 +01:00
CLAUDE.md feat(contacts): add import/export with Google Contacts integration 2025-12-03 15:54:31 +01:00
package.json feat(contacts): add import/export with Google Contacts integration 2025-12-03 15:54:31 +01:00