aiFeedbackOnReport
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "pm2 start ecosystem.config.json --no-daemon",
|
||||
"start": "NODE_ENV=production node src/index.js",
|
||||
"start:pm2": "pm2 start ecosystem.config.json --no-daemon",
|
||||
"dev": "cross-env NODE_ENV=development nodemon src/index.js",
|
||||
"test": "jest -i --colors --verbose --detectOpenHandles",
|
||||
"test:watch": "jest -i --watchAll",
|
||||
|
||||
Reference in New Issue
Block a user