mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 17:24:26 +00:00
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"paths": ["."],
|
|
"depth": 2,
|
|
"exclude": [],
|
|
"include": ["\\.go$", "\\.ini$"],
|
|
"command": [
|
|
"bash", "-c", "go build && ./gogs web"
|
|
],
|
|
"env": {
|
|
"POWERED_BY": "github.com/shxsun/fswatch"
|
|
},
|
|
"enable-restart": false
|
|
}
|