Update vercel.json

This commit is contained in:
kleap-admin 2026-01-16 16:41:54 +00:00
parent b3f23c7b7f
commit d6d2e5fcce
1 changed files with 14 additions and 0 deletions

14
vercel.json Normal file
View File

@ -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
}
}