From 2a8201291004545efc5e6ca3a8b47b5a9e8db2d5 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 7 May 2026 19:39:31 +0700 Subject: [PATCH] feat: simplify vercel.json by removing function configuration and updating bunVersion --- vercel.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/vercel.json b/vercel.json index f7fa9de..dd2ad96 100644 --- a/vercel.json +++ b/vercel.json @@ -1,10 +1,5 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", - "bunVersion": "1.x", - "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }], - "functions": { - "api/**/*.ts": { - "runtime": "bun" - } - } + "bunVersion": "1", + "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }] } \ No newline at end of file