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,