chore: 禁用 Vercel 自动部署

This commit is contained in:
2026-03-01 22:36:24 +08:00
parent 8f23ec49cf
commit 4f6035f341
+4 -1
View File
@@ -2,5 +2,8 @@
"buildCommand": "pnpm prisma generate && pnpm build",
"installCommand": "pnpm install",
"framework": "nextjs",
"regions": ["hkg1"]
"regions": ["hkg1"],
"git": {
"deploymentEnabled": false
}
}