Update vercel.json

This commit is contained in:
kleap-admin 2026-01-16 15:56:57 +00:00
parent 84ad147da3
commit 467ea3a6dc
1 changed files with 11 additions and 0 deletions

11
vercel.json Normal file
View File

@ -0,0 +1,11 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "nextjs",
"env": {
"NEXT_PUBLIC_VERCEL": "1"
},
"github": {
"silent": true,
"autoJobCancelation": false
}
}