From c49c1d7441bd6114d8ac9b6524c68fae9ec2c4d5 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 7 May 2026 19:28:51 +0700 Subject: [PATCH] feat: add schema and bunVersion to vercel.json configuration --- vercel.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vercel.json b/vercel.json index cdef0e5..f7fa9de 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,6 @@ { + "$schema": "https://openapi.vercel.sh/vercel.json", + "bunVersion": "1.x", "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }], "functions": { "api/**/*.ts": {