This commit is contained in:
linlu 2022-07-11 11:44:29 +08:00
parent f47fdbb1e8
commit f5e1342a03
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
"xterm-addon-fit": "0.4.0"
},
"scripts": {
"start": "node --max_old_space_size=15360 scripts/start.js",
"start": "cross-env HTTPS=true node --max_old_space_size=15360 scripts/start.js",
"build": "cross-env NODE_ENV=production node --max_old_space_size=15360 scripts/build.js",
"test-build": "cross-env NODE_ENV=testBuild node --max_old_space_size=15360 scripts/build.js",
"pre-build": "NODE_ENV=preBuild node --max_old_space_size=15360 scripts/build.js",