fix(web): set VITE_API_URL= empty for production builds

Prevents localhost:3000 from being baked into the production bundle.
Vite automatically loads .env.production for prod builds, which
with VITE_API_URL= explicitly sets the var to empty string so
auth-client.ts uses relative URLs (?? "" fallback).

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Flea Flicker
2026-03-29 10:01:29 +00:00
parent 8de0a00a2b
commit 9e01d37087
+1
View File
@@ -0,0 +1 @@
VITE_API_URL=