Update vercel.json

This commit is contained in:
kleap-admin 2026-01-18 18:27:17 +00:00
parent 4b4fdc4895
commit 552e1e0d4c
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
}
}