gitea/bee.json

21 lines
267 B
JSON
Raw Normal View History

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