feat: add function configuration for Bun runtime in vercel.json
This commit is contained in:
+8
-1
@@ -1 +1,8 @@
|
||||
{ "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }] }
|
||||
{
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
|
||||
"functions": {
|
||||
"api/**/*.ts": {
|
||||
"runtime": "bun"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user