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>
This commit is contained in:
Flea Flicker
2026-03-29 11:51:35 +00:00
parent 8de0a00a2b
commit 379a562d19
+1
View File
@@ -0,0 +1 @@
VITE_API_URL=