Skip to content

Commit bb129c2

Browse files
committed
updated to watch true from array to see if things are detected
1 parent c381056 commit bb129c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

process.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name" : "worker",
3-
"script" : "index.js",
3+
"script" : "./index.js",
44
"instances" : 1,
55
"merge_logs" : true,
66
"log_date_format" : "YYYY-MM-DD HH:mm Z",
7-
"watch": ["index.js"],
7+
"watch": true,
88
"watch_options": {
99
"followSymlinks": true,
1010
"usePolling" : true,

0 commit comments

Comments
 (0)