修改成 cloudflare 的 ip 形式

This commit is contained in:
2025-10-07 16:51:23 +08:00
parent 8b87cb332e
commit 0e517dc694
3 changed files with 426 additions and 186 deletions

View File

@@ -6,7 +6,8 @@
"build": "next build",
"dev": "next dev -p 12027",
"lint": "next lint",
"start": "next start -p 12027"
"start": "next start -p 12027",
"postinstall": "prisma generate"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",