1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-23 08:47:42 -05:00
forgejo/.fswatch.json

14 lines
254 B
JSON
Raw Normal View History

2014-04-06 11:12:19 -04:00
{
2014-04-06 12:19:59 -04:00
"paths": ["."],
2014-04-06 11:12:19 -04:00
"depth": 2,
2014-04-07 02:14:17 -04:00
"exclude": [],
2014-04-06 12:19:59 -04:00
"include": ["\\.go$"],
2014-04-06 11:12:19 -04:00
"command": [
"bash", "-c", "go build && ./gogs web"
],
"env": {
2014-04-06 12:19:59 -04:00
"POWERED_BY": "github.com/shxsun/fswatch"
2014-04-06 11:12:19 -04:00
},
2014-04-07 02:14:17 -04:00
"enable-restart": true
2014-04-06 11:12:19 -04:00
}