1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/bee.json

21 lines
267 B
JSON
Raw Normal View History

2014-02-12 17:49:46 +00:00
{
"version": 0,
"gopm": {
"enable": false,
"install": false
},
"go_install": true,
"watch_ext": [],
"dir_structure": {
2014-02-17 23:38:50 +00:00
"watch_all": true,
2014-02-12 17:49:46 +00:00
"controllers": "routers",
"models": "",
2014-02-17 23:38:50 +00:00
"others": [
"utils"
]
2014-02-12 17:49:46 +00:00
},
2014-02-19 18:04:31 +00:00
"cmd_args": [
"web"
],
2014-02-12 17:49:46 +00:00
"envs": []
}