mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
23 lines
No EOL
353 B
JSON
23 lines
No EOL
353 B
JSON
{
|
|
"version": 0,
|
|
"gopm": {
|
|
"enable": false,
|
|
"install": false
|
|
},
|
|
"go_install": true,
|
|
"watch_ext": [],
|
|
"dir_structure": {
|
|
"watch_all": true,
|
|
"controllers": "routers",
|
|
"models": "",
|
|
"others": [
|
|
"modules",
|
|
"$GOPATH/src/github.com/gogits/binding",
|
|
"$GOPATH/src/github.com/gogits/git"
|
|
]
|
|
},
|
|
"cmd_args": [
|
|
"web"
|
|
],
|
|
"envs": []
|
|
} |