managarten/apps/calendar/apps
Till JS 67326b738a fix(shared-api-client): add useRuntimeUrl flag for cross-app clients
getBaseUrl() always overrides baseUrl with window.__PUBLIC_BACKEND_URL__,
which breaks cross-app API clients (e.g. calendar→todo, calendar→contacts)
by routing all requests to the host app's backend.

Added useRuntimeUrl: false option to skip the runtime override when
the client already resolves its own base URL.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 17:11:31 +01:00
..
backend fix(docker): correct build order for shared packages in backend Dockerfiles 2026-03-19 15:41:16 +01:00
landing chore(calendar): add wrangler.toml for Cloudflare Pages deployment 2026-01-23 17:50:42 +01:00
web fix(shared-api-client): add useRuntimeUrl flag for cross-app clients 2026-03-20 17:11:31 +01:00