mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-02 23:33:45 +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 --hostname 0.0.0.0",
|
||||
"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