{
    "watch": [
        "./"
    ],
    "ext": "js,json,hbs,css",
    "ignore": [
        "node_modules",
        ".git",
        "logs",
        "uploads"
    ],
    "delay": "500",
    "legacyWatch": true,
    "signal": "SIGTERM"
}