mirror of
https://github.com/Mihirkansara/nexus-quant-terminal.git
synced 2026-07-27 18:47:49 +00:00
aaa0acf64b
- API base URL now reads from VITE_API_URL env var (frontend) - WorldMap localhost URLs replaced with env-aware API constant - Added httpx to backend requirements (live data proxy) - Added Procfile for Koyeb backend deployment - Added vercel.json for frontend SPA routing Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 lines
54 B
Plaintext
2 lines
54 B
Plaintext
web: uvicorn app.main:app --host 0.0.0.0 --port $PORT
|