mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 12:09:41 +02:00
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> |
||
|---|---|---|
| .. | ||
| src | ||
| eslint.config.js | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||