managarten/apps/contacts/apps/web
Wuesteon 3011d77caf ♻️ refactor(contacts,zitare): use dynamic runtime URLs in auth stores
Replace hardcoded localhost URLs with dynamic getAuthUrl() and
getBackendUrl() functions that:
- Read from injected window variables in client-side code
- Fall back to process.env for SSR
- Default to localhost for local development

This ensures proper URL resolution in Docker/production environments.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-15 14:13:00 +01:00
..
src ♻️ refactor(contacts,zitare): use dynamic runtime URLs in auth stores 2025-12-15 14:13:00 +01:00
eslint.config.js improve code quality 2025-12-03 23:42:37 +01:00
package.json refactor(contacts): major component and API refactoring 2025-12-14 21:31:36 +01:00
svelte.config.js feat(contacts): add complete contacts app with backend, web, and landing 2025-12-02 13:17:42 +01:00
tsconfig.json feat(contacts): add complete contacts app with backend, web, and landing 2025-12-02 13:17:42 +01:00
vite.config.ts fix(contacts): resolve Svelte 5 hydration error 2025-12-14 21:13:22 +01:00