summaryrefslogtreecommitdiffstats
path: root/.fswatch.json
blob: 4ef36ce478d3d70ec9cc5aabb0d5af3b0a19880c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "paths": ["."],
    "depth": 2,
    "exclude": [],
    "include": ["\\.go$", "\\.ini$"],
    "command": [
        "bash", "-c", "go build && ./gogs web"
    ],
    "env": {
        "POWERED_BY": "github.com/shxsun/fswatch"
    },
    "enable-restart": false
}