From eb8ad12407514f23bedb9a3a7cd65257e4da5041 Mon Sep 17 00:00:00 2001 From: LightZirconite Date: Fri, 2 Jan 2026 19:44:14 +0100 Subject: [PATCH] fix: Remove unnecessary function configuration from vercel.json --- vercel.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/vercel.json b/vercel.json index af4388d..c1e1564 100644 --- a/vercel.json +++ b/vercel.json @@ -1,10 +1 @@ -{ - "buildCommand": "exit 0", - "installCommand": "npm install --production", - "functions": { - "api/**/*.js": { - "runtime": "nodejs20.x", - "maxDuration": 10 - } - } -} \ No newline at end of file +{"buildCommand":"exit 0","installCommand":"npm install --production"}