diff options
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index be8a30a..cfaec10 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "pm2": "^2.4.4" }, "scripts": { - "start": "pm2 start index.js" + "start": "pm2 start index.js", + "restart": "pm2 restart index" } } |