Files
nexus-quant-terminal/frontend/vercel.json
T

7 lines
159 B
JSON
Raw Normal View History

{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}