Prod-Default für API/Sync/Auth auf echte URLs gesetzt; localhost kommt nur noch aus .env.development (Vite lädt das nie im build). isProd()- Hostname-Sniffing in sync.svelte.ts entfernt — matche app.pageta.com nicht. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 lines
118 B
Text
3 lines
118 B
Text
PUBLIC_API_URL=http://localhost:3099
|
|
PUBLIC_SYNC_URL=http://localhost:3050
|
|
PUBLIC_MANA_AUTH_URL=http://localhost:3001
|