pageta/apps/web/.env.development
Till JS 850f7e9b50 fix: localhost aus Production-Bundle entfernen (Chrome LNA-Prompt)
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>
2026-05-26 16:41:24 +02:00

3 lines
118 B
Text

PUBLIC_API_URL=http://localhost:3099
PUBLIC_SYNC_URL=http://localhost:3050
PUBLIC_MANA_AUTH_URL=http://localhost:3001