Skip to content

Commit

Permalink
watch all
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jun 12, 2016
1 parent b939865 commit bfd4e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions profiles/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
},
{
"script": "svc/parser.js",
"watch": false,
"watch": true,
"ignore_watch": ["node_modules", "public", "views"],
"group": "parser",
"exec_mode": "cluster",
"instances": 1
},
{
"script": "svc/requests.js",
"watch": false,
"watch": true,
"ignore_watch": ["node_modules", "public", "views"],
"group": "core",
"exec_mode": "cluster",
"instances": 1
},
{
"script": "svc/retriever.js",
"watch": false,
"watch": true,
"ignore_watch": ["node_modules", "public", "views"],
"group": "retriever",
"exec_mode": "cluster",
Expand Down

0 comments on commit bfd4e68

Please sign in to comment.