1
0
mirror of https://github.com/beego/bee.git synced 2024-09-28 03:11:49 +00:00
bee/bee.json
2013-11-26 23:59:07 -05:00

25 lines
357 B
JSON

{
"version": 0,
"gopm": {
"enable": false,
"install": false
},
"go_install": false,
"watch_ext": [],
"dir_structure": {
"controllers": "",
"models": "",
"others": []
},
"cmd_args": [],
"envs": [],
"bale": {
"import": "github.com/beego/beeweb/bale",
"dirs": [
"views", "static"
],
"ignore_ext": [
".go", ".DS_Store"
]
}
}