mirror of https://github.com/grafana/grafana.git
update .bra.toml for using latest bra version
This commit is contained in:
parent
3f6f98a532
commit
d9b73418f1
|
@ -4,6 +4,7 @@ init_cmds = [
|
||||||
["./bin/grafana-server", "cfg:app_mode=development"]
|
["./bin/grafana-server", "cfg:app_mode=development"]
|
||||||
]
|
]
|
||||||
watch_all = true
|
watch_all = true
|
||||||
|
follow_symlinks = true
|
||||||
watch_dirs = [
|
watch_dirs = [
|
||||||
"$WORKDIR/pkg",
|
"$WORKDIR/pkg",
|
||||||
"$WORKDIR/public/views",
|
"$WORKDIR/public/views",
|
||||||
|
|
Loading…
Reference in New Issue