From bb129c23e0bf0a15b7a0fc2736311215aa6129c2 Mon Sep 17 00:00:00 2001 From: Cory Fowler Date: Fri, 24 Mar 2017 15:48:43 -0700 Subject: [PATCH] updated to watch true from array to see if things are detected --- process.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process.json b/process.json index 80362d00..fafd490a 100644 --- a/process.json +++ b/process.json @@ -1,10 +1,10 @@ { "name" : "worker", - "script" : "index.js", + "script" : "./index.js", "instances" : 1, "merge_logs" : true, "log_date_format" : "YYYY-MM-DD HH:mm Z", - "watch": ["index.js"], + "watch": true, "watch_options": { "followSymlinks": true, "usePolling" : true,