修改成 cloudflare 的 ip 形式
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user