a2afc975c1
Replace build-time `import.meta.env.DEV` guard with a runtime check using localStorage presence of a dev user. This ensures the X-Dev-User-Id header is injected in deployed dev pods (groombook.dev), not just during local `vite dev`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>