Bra: Run wire re-gen on code change (#39774)

This commit is contained in:
Torkel Ödegaard
2021-09-29 14:30:50 +02:00
committed by GitHub
parent 630a120a15
commit abc5f50715

View File

@@ -15,6 +15,7 @@ watch_dirs = [
watch_exts = [".go", ".ini", ".toml", ".template.html"]
build_delay = 1500
cmds = [
["make", "gen-go"],
["go", "run", "build.go", "-dev", "build-server"],
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
]