mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 19:31:21 +01:00
22 lines
327 B
JSON
22 lines
327 B
JSON
{
|
|
"paths": [
|
|
"."
|
|
],
|
|
"depth": 2,
|
|
"exclude": [
|
|
"^gogs$",
|
|
"~$",
|
|
"\\.swp$",
|
|
"\\.exe$",
|
|
"\\.swx$",
|
|
".*\\.log$"
|
|
],
|
|
"include": [],
|
|
"command": [
|
|
"bash", "-c", "go build && ./gogs web"
|
|
],
|
|
"env": {
|
|
"PROGRAM": "fswatch"
|
|
},
|
|
"enable-restart": false
|
|
}
|