fix: set VITE_API_URL empty for production builds #159

Closed
lint-roller-qa[bot] wants to merge 1 commits from fix/vite-api-url-production into main

1 Commits

Author SHA1 Message Date
Flea Flicker 379a562d19 fix: set VITE_API_URL empty for production builds
Production bundle had localhost:3000 baked in, breaking auth.
Added .env.production to explicitly set VITE_API_URL= (empty)
so API calls use relative URLs via the gateway.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-29 11:51:35 +00:00