{
  "delay": 800,
  "execMap": {
    "js": "npx the-run --inspect=${INSPECT_PORT}"
  },
  "ext": "json,mjs,js,css",
  "ignore": [],
  "noColors": true,
  "verbose": false,
  "watch": [
    "server",
    "client"
  ]
}