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