修改环境变量加载方式

This commit is contained in:
sijinhui
2024-05-17 11:37:31 +08:00
parent 722bc7f638
commit 1b1ad3201a
2 changed files with 3 additions and 32 deletions

View File

@@ -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",