feat: add function configuration for Bun runtime in vercel.json

This commit is contained in:
MythEclipse
2026-05-07 19:26:05 +07:00
parent b4f5bad19d
commit 42cf7a89c7
+8 -1
View File
@@ -1 +1,8 @@
{ "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }] } {
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
"functions": {
"api/**/*.ts": {
"runtime": "bun"
}
}
}