mirror of
https://github.com/beego/bee.git
synced 2024-11-26 11:31:29 +00:00
25 lines
357 B
JSON
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"
|
|
]
|
|
}
|
|
} |