grafana/.bra.toml

18 lines
417 B
TOML
Raw Normal View History

2014-10-04 06:33:20 -05:00
[run]
init_cmds = [
["go", "run", "build.go", "-dev", "build-server"],
["./bin/grafana-server", "cfg:app_mode=development"]
]
2014-10-04 06:33:20 -05:00
watch_all = true
watch_dirs = [
"$WORKDIR/pkg",
2015-03-29 05:57:28 -05:00
"$WORKDIR/public/views",
2014-10-05 09:50:04 -05:00
"$WORKDIR/conf",
2014-10-04 06:33:20 -05:00
]
watch_exts = [".go", ".ini", ".toml", ".template.html"]
2014-10-04 06:33:20 -05:00
build_delay = 1500
cmds = [
2018-04-19 03:43:31 -05:00
["go", "run", "build.go", "-dev", "build-server"],
["./bin/grafana-server", "cfg:app_mode=development"]
2014-10-04 06:33:20 -05:00
]