fix: 修复 Vercel 部署配置并添加 Neon 数据库文档

- 移除 vercel.json 中不存在的 Secret 引用 (@database_url)
- 在 CLAUDE.md 中添加 Neon 数据库配置说明
- 环境变量应直接在 Vercel Dashboard 中设置

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-10 12:28:25 +08:00
co-authored by Claude
parent 1a7d8dcdd9
commit f41d97bf1a
2 changed files with 9 additions and 4 deletions
+1 -4
View File
@@ -2,8 +2,5 @@
"buildCommand": "pnpm prisma generate && pnpm build",
"installCommand": "pnpm install",
"framework": "nextjs",
"regions": ["sin1"],
"env": {
"DATABASE_URL": "@database_url"
}
"regions": ["sin1"]
}