From acc37e7e445dba45d5a00dcab5c2d2f67dc81a1d Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 04:27:58 +0000 Subject: [PATCH] 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. --- vercel.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vercel.json b/vercel.json index 9c74b42..e403276 100644 --- a/vercel.json +++ b/vercel.json @@ -8,8 +8,4 @@ "env": { "SKIP_MT5_INIT": "1" } - ], - "env": { - "SKIP_MT5_INIT": "1" - } }