fix(web): set VITE_API_URL= empty for production builds
Merges PR #158 — fixes critical production login bug. - Adds apps/web/.env.production with VITE_API_URL= (empty) - Prevents localhost:3000 from being baked into the prod bundle - Auth client now uses relative URLs through the gateway GRO-258 | QA: Lint Roller ✓ | CTO: The Dogfather ✓ Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit was merged in pull request #158.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
VITE_API_URL=
|
||||
Reference in New Issue
Block a user