mirror of https://github.com/beego/bee.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
309 B
18 lines
309 B
{ |
|
"version": 0, |
|
"go_install": false, |
|
"watch_ext": [".go"], |
|
"watch_ext_static": [".html", ".tpl", ".js", ".css"], |
|
"dir_structure": { |
|
"watch_all": false, |
|
"controllers": "", |
|
"models": "", |
|
"others": [] |
|
}, |
|
"cmd_args": [], |
|
"envs": [], |
|
"database": { |
|
"driver": "mysql" |
|
}, |
|
"enable_reload": false |
|
} |