1
0
mirror of https://github.com/beego/bee.git synced 2025-07-13 16:41:00 +00:00
Files
cmd
config
generate
internal
logger
parser
scripts
utils
.gitignore
.goxc.json
.travis.yml
Beefile
LICENSE
Makefile
README.md
bee.json
go.mod
go.sum
gosimple.ignore
main.go
staticcheck.ignore
bee/Beefile
2018-06-11 18:01:35 +08:00

15 lines
248 B
Plaintext

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