Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 7227e35

Browse files
committed
Scale down to 1 pm2 instance
1 parent 2791586 commit 7227e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"scripts": {
4242
"dev": "nodemon ./start.js",
43-
"start": "pm2-runtime start ./start.js --name UA-api -i 4",
43+
"start": "pm2-runtime start ./start.js --name UA-api -i 1",
4444
"lint": "eslint src/ --ext .js",
4545
"lint-fix": "eslint --fix src/ --ext .js",
4646
"seed": "sequelize db:drop; sequelize db:create --charset=utf8; sequelize db:seed:all",

0 commit comments

Comments
 (0)