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