dev: only build server with bra run

This commit is contained in:
bergquist 2018-04-17 15:02:22 +02:00
parent 26bb22bffa
commit 059719104f

View File

@ -1,6 +1,6 @@
[run]
init_cmds = [
["go", "run", "build.go", "build"],
["go", "run", "build.go", "build-server"],
["./bin/grafana-server", "cfg:app_mode=development"]
]
watch_all = true