summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 16:15:20 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 16:15:20 +0000
commitd707339fc109d1f64e8fe23415b12fb3cc409592 (patch)
tree1fa44538e062240c6544fdacdc0831964664e61d
parentlisten only on localhost (diff)
downloadcolor-d707339fc109d1f64e8fe23415b12fb3cc409592.tar.gz
color-d707339fc109d1f64e8fe23415b12fb3cc409592.tar.bz2
color-d707339fc109d1f64e8fe23415b12fb3cc409592.zip
start with pm2
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ced8e64..3e88457 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
- "start": "node ./node_modules/.bin/pm2-runtime color.json",
+ "start": "node ./node_modules/.bin/pm2 start color.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",