mirror of
https://github.com/Mihirkansara/nexus-quant-terminal.git
synced 2026-08-17 12:38:08 +00:00
chore: prepare for Vercel + Koyeb deployment
- 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>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
4bf370ba81
commit
aaa0acf64b
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": "dist",
|
||||
"framework": "vite",
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
|
||||
}
|
||||
Reference in New Issue
Block a user