mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 19:27:44 +00:00
acc37e7e44
Removes a duplicated `env` block and an extra closing bracket that was causing a JSON parsing error during Vercel deployments.
12 lines
125 B
JSON
12 lines
125 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/api/app.py"
|
|
}
|
|
],
|
|
"env": {
|
|
"SKIP_MT5_INIT": "1"
|
|
}
|
|
}
|