fix: remove functions configuration from vercel.json

This commit is contained in:
MythEclipse
2026-05-07 19:54:25 +07:00
parent 8e0cf9d0f3
commit 1b86a33b4e
+1 -6
View File
@@ -1,10 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"bunVersion": "1",
"installCommand": "bun install",
"functions": {
"api/**/*.ts": {
"runtime": "bun"
}
}
"installCommand": "bun install"
}