chore(vercel): installation silencieuse (npm ci --silent) en plus du build silencieux

This commit is contained in:
Renaud 2025-10-21 07:42:53 +02:00
parent 2e2c7d06e9
commit ae4f91857a

View file

@ -1,6 +1,7 @@
{
"regions": ["cdg1"],
"buildCommand": "npm run --silent build",
"installCommand": "npm ci --silent",
"functions": {
"app/api/**/*.ts": {
"maxDuration": 30