mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 14:49:32 +01:00
better looks on github
This commit is contained in:
parent
7a4c6c22ce
commit
583f11f27c
1 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"paths": [
|
"paths": ["."],
|
||||||
"."
|
|
||||||
],
|
|
||||||
"depth": 2,
|
"depth": 2,
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"^gogs$",
|
"^gogs$",
|
||||||
|
@ -11,12 +9,12 @@
|
||||||
"\\.swx$",
|
"\\.swx$",
|
||||||
".*\\.log$"
|
".*\\.log$"
|
||||||
],
|
],
|
||||||
"include": [],
|
"include": ["\\.go$"],
|
||||||
"command": [
|
"command": [
|
||||||
"bash", "-c", "go build && ./gogs web"
|
"bash", "-c", "go build && ./gogs web"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"PROGRAM": "fswatch"
|
"POWERED_BY": "github.com/shxsun/fswatch"
|
||||||
},
|
},
|
||||||
"enable-restart": false
|
"enable-restart": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue