# helexa.ai frontend env. Copy to .env.local for local dev (gitignored). # Mesh data-plane (helexa-router, OpenAI-compatible inference). In dev, # vite proxies /v1 and /health here. VITE_ROUTER_BASE_URL=http://localhost:8088 # Account control-plane (helexa-upstream). In dev, vite proxies /api here # (rewritten to /web/v1). VITE_ACCOUNT_BASE_URL=http://localhost:8090 # Public-beta banner. VITE_PUBLIC_BETA=true # Models for the chat workspace (F3+). # VITE_ANON_MODEL=... # VITE_DEFAULT_MODEL=... # Develop the account dashboard (F4) against an in-browser mock before the # upstream account API ships. # VITE_USE_MOCK_ACCOUNT_API=true