We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e23e52 commit 14b6adeCopy full SHA for 14b6ade
v4/midway-framework-koa/boilerplate/_package.json
@@ -28,7 +28,7 @@
28
"node": ">=20.0.0"
29
},
30
"scripts": {
31
- "start": "NODE_ENV=production node ./bootstrap.js",
+ "start": "cross-env NODE_ENV=production node ./bootstrap.js",
32
"dev": "cross-env NODE_ENV=local mwtsc --watch --run @midwayjs/mock/app.js",
33
"test": "cross-env NODE_ENV=unittest jest",
34
"cov": "jest --coverage",
0 commit comments