diff --git a/vercel.json b/vercel.json index 8928b91..cdef0e5 100644 --- a/vercel.json +++ b/vercel.json @@ -1 +1,8 @@ -{ "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }] } +{ + "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }], + "functions": { + "api/**/*.ts": { + "runtime": "bun" + } + } +} \ No newline at end of file