feat: 添加 Vercel 部署支持(Serverless API + KV 存储)

This commit is contained in:
jacky
2026-06-11 19:03:31 +08:00
parent 03a3645dff
commit ac3f2b0451
13 changed files with 247 additions and 1 deletions

6
vercel.json Normal file
View File

@@ -0,0 +1,6 @@
{
"rewrites": [
{ "source": "/chencunnct/api/:path*", "destination": "/api/chencunnct/:path*" },
{ "source": "/beijiaonct/api/:path*", "destination": "/api/beijiaonct/:path*" }
]
}