We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c381056 commit bb129c2Copy full SHA for bb129c2
1 file changed
process.json
@@ -1,10 +1,10 @@
1
{
2
"name" : "worker",
3
- "script" : "index.js",
+ "script" : "./index.js",
4
"instances" : 1,
5
"merge_logs" : true,
6
"log_date_format" : "YYYY-MM-DD HH:mm Z",
7
- "watch": ["index.js"],
+ "watch": true,
8
"watch_options": {
9
"followSymlinks": true,
10
"usePolling" : true,
0 commit comments