mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
修改环境变量加载方式
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "nextchat",
|
||||
"private": false,
|
||||
"license": "mit",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "npx prisma generate && npx prisma db push && next dev --hostname 0.0.0.0 --port 23000",
|
||||
"build": "npx next telemetry disable && npx prisma generate && cross-env BUILD_MODE=standalone next build",
|
||||
|
Reference in New Issue
Block a user