bee/bee.json

17 lines
234 B
JSON

{
"go_install": false,
"dir_structure":{
"controllers": "",
"models": "",
"others": []
},
"bale": {
"import": "github.com/astaxie/bee/bale",
"dirs": [
"views", "static", "conf"
],
"ignore_ext": [
".go"
]
}
}