feat: Add the deployment configuration to vercel.json

This commit is contained in:
2026-01-02 19:42:20 +01:00
parent ab532c9370
commit 1c5342a3ad

View File

@@ -1 +1,10 @@
{}
{
"buildCommand": "exit 0",
"installCommand": "npm install --production",
"functions": {
"api/**/*.js": {
"runtime": "nodejs20.x",
"maxDuration": 10
}
}
}