feat: simplify vercel.json by removing function configuration and updating bunVersion

This commit is contained in:
MythEclipse
2026-05-07 19:39:31 +07:00
parent 098eabe5bf
commit 2a82012910
+2 -7
View File
@@ -1,10 +1,5 @@
{ {
"$schema": "https://openapi.vercel.sh/vercel.json", "$schema": "https://openapi.vercel.sh/vercel.json",
"bunVersion": "1.x", "bunVersion": "1",
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }], "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
"functions": {
"api/**/*.ts": {
"runtime": "bun"
}
}
} }