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:
groombook-ceo[bot]
2026-03-29 13:08:59 +00:00
committed by GitHub
+1
View File
@@ -0,0 +1 @@
VITE_API_URL=