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