github.com/abolfazlbeh/zhycan@v0.0.0-20230819144214-24cf38237387/configs/watcher_sample.json (about)

     1  {
     2    "filter_operations": ["create", "move", "remove", "rename", "write"],
     3    "filter_hooks": [".*.go$"],
     4    "watch_dirs": [
     5      {"path":  ".", "recursive": true},
     6      {"path":  "controllers", "recursive": false}
     7    ],
     8    "max_event": 1,
     9    "print_watched_files": true,
    10    "watch_interval": 100
    11  }