From 1b86a33b4ebfe0c7975141209bf853a19caf453b Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 7 May 2026 19:54:25 +0700 Subject: [PATCH] fix: remove functions configuration from vercel.json --- vercel.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/vercel.json b/vercel.json index 06b3c36..9fbbe05 100644 --- a/vercel.json +++ b/vercel.json @@ -1,10 +1,5 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", "bunVersion": "1", - "installCommand": "bun install", - "functions": { - "api/**/*.ts": { - "runtime": "bun" - } - } + "installCommand": "bun install" } \ No newline at end of file