github.com/mattevans/edward@v1.9.2/examples/watches/edward.json (about)

     1  {
     2      "services": [
     3          {
     4              "name": "watch",
     5              "path": "service1",
     6              "commands": {
     7                  "build": "go install",
     8                  "launch": "service1"
     9              },
    10              "watch": "service1"
    11          },
    12          {
    13              "name": "nowatch",
    14              "path": "service2",
    15              "commands": {
    16                  "build": "go install",
    17                  "launch": "service2"
    18              }
    19          }
    20      ]
    21  }