1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-03 05:43:16 +00:00
forgejo/.fswatch.json
2014-04-07 14:14:17 +08:00

13 lines
254 B
JSON

{
"paths": ["."],
"depth": 2,
"exclude": [],
"include": ["\\.go$"],
"command": [
"bash", "-c", "go build && ./gogs web"
],
"env": {
"POWERED_BY": "github.com/shxsun/fswatch"
},
"enable-restart": true
}