From 2cf548d3d9fef12688a92a0bce33647a92cf4043 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Sun, 6 Aug 2017 00:55:00 +0100 Subject: [PATCH] update for ecosystem --- pm2/process.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm2/process.json b/pm2/process.json index 3480119..9dc5252 100644 --- a/pm2/process.json +++ b/pm2/process.json @@ -24,7 +24,7 @@ "name": "Silvrtree", "script": "web-server.js", "cwd": "/home/martind2000/dev/silvrgit", - "watch": true, + "watch": false, "ignore_watch": [ "node_modules" , ".git" ],