diff --git a/vercel.json b/vercel.json index 9e26dfe..af4388d 100644 --- a/vercel.json +++ b/vercel.json @@ -1 +1,10 @@ -{} \ No newline at end of file +{ + "buildCommand": "exit 0", + "installCommand": "npm install --production", + "functions": { + "api/**/*.js": { + "runtime": "nodejs20.x", + "maxDuration": 10 + } + } +} \ No newline at end of file