mirror of
https://github.com/beego/bee.git
synced 2025-07-13 16:41:00 +00:00
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
15 lines
248 B
Plaintext
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
|