mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-12 04:53:44 +08:00
尝试增加管理页面
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"private": false,
|
||||
"license": "mit",
|
||||
"scripts": {
|
||||
"dev": "npx prisma generate && npx prisma db push && next dev",
|
||||
"dev": "npx prisma generate && npx prisma db push && next dev",
|
||||
"build": "npx next telemetry disable && npx prisma generate && cross-env BUILD_MODE=standalone next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
|
Reference in New Issue
Block a user