From c688a2ad79c392e394dbfcbae738914c227d00cc Mon Sep 17 00:00:00 2001 From: Caihaohan Date: Sat, 10 Jan 2026 11:59:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Vercel=20=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..90c83b5 --- /dev/null +++ b/vercel.json @@ -0,0 +1,9 @@ +{ + "buildCommand": "pnpm prisma generate && pnpm build", + "installCommand": "pnpm install", + "framework": "nextjs", + "regions": ["sin1"], + "env": { + "DATABASE_URL": "@database_url" + } +}