feat: 添加 Vercel 部署配置
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"buildCommand": "pnpm prisma generate && pnpm build",
|
||||
"installCommand": "pnpm install",
|
||||
"framework": "nextjs",
|
||||
"regions": ["sin1"],
|
||||
"env": {
|
||||
"DATABASE_URL": "@database_url"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user