fix: Remove unnecessary function configuration from vercel.json

This commit is contained in:
2026-01-02 19:44:14 +01:00
parent 1c5342a3ad
commit eb8ad12407

View File

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