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.
This commit is contained in:
google-labs-jules[bot]
2025-11-02 04:27:58 +00:00
parent 720d52cb44
commit acc37e7e44
-4
View File
@@ -8,8 +8,4 @@
"env": {
"SKIP_MT5_INIT": "1"
}
],
"env": {
"SKIP_MT5_INIT": "1"
}
}