1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-22 08:42:32 -05:00
forgejo/bee.json

19 lines
257 B
JSON
Raw Normal View History

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