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 fb7b944 commit acce17fCopy full SHA for acce17f
package.json
@@ -8,7 +8,7 @@
8
"url": "https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton.git"
9
},
10
"scripts": {
11
- "start": "NODE_ENV=production pm2 start server.js",
+ "start": "cross-env NODE_ENV=production pm2 start server.js",
12
"mocha": "nyc mocha --timeout=5000 --exit",
13
"test": "npm run fresh && npm run mocha",
14
"dev": "cross-env NODE_ENV=development nodemon server.js",
0 commit comments