Files
quantumbotx/vercel.json
T
google-labs-jules[bot] acc37e7e44 Fix: Correct syntax in vercel.json
Removes a duplicated `env` block and an extra closing bracket that was causing a JSON parsing error during Vercel deployments.
2025-11-02 04:27:58 +00:00

12 lines
125 B
JSON

{
"routes": [
{
"src": "/(.*)",
"dest": "/api/app.py"
}
],
"env": {
"SKIP_MT5_INIT": "1"
}
}