From 6b50d77751fac25eff64fbd031da42fa8816a108 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Thu, 15 Jan 2026 13:41:08 +0000 Subject: [PATCH] Update vercel.json --- vercel.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..b858b42 --- /dev/null +++ b/vercel.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "npm run build", + "framework": "nextjs", + "outputDirectory": ".next", + "ignoreCommand": "exit 1", + "env": { + "NEXT_PUBLIC_VERCEL": "1" + }, + "github": { + "silent": true, + "autoJobCancelation": false + } +} \ No newline at end of file