Skip to content

Commit

Permalink
updated to watch true from array to see if things are detected
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxC4 committed Mar 24, 2017
1 parent c381056 commit bb129c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit bb129c2

Please sign in to comment.