We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630a120 commit abc5f50Copy full SHA for abc5f50
.bra.toml
@@ -15,6 +15,7 @@ watch_dirs = [
15
watch_exts = [".go", ".ini", ".toml", ".template.html"]
16
build_delay = 1500
17
cmds = [
18
+ ["make", "gen-go"],
19
["go", "run", "build.go", "-dev", "build-server"],
20
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
21
]
0 commit comments