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