feat: add schema and bunVersion to vercel.json configuration

This commit is contained in:
MythEclipse
2026-05-07 19:28:51 +07:00
parent 42cf7a89c7
commit c49c1d7441
+2
View File
@@ -1,4 +1,6 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"bunVersion": "1.x",
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
"functions": {
"api/**/*.ts": {