mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dev: only build server with bra run
This commit is contained in:
parent
4f0d7586ae
commit
e6f38591b5
@ -12,6 +12,6 @@ watch_dirs = [
|
|||||||
watch_exts = [".go", ".ini", ".toml"]
|
watch_exts = [".go", ".ini", ".toml"]
|
||||||
build_delay = 1500
|
build_delay = 1500
|
||||||
cmds = [
|
cmds = [
|
||||||
["go", "run", "build.go", "-dev", "build"],
|
["go", "run", "build.go", "-dev", "build-server"],
|
||||||
["./bin/grafana-server", "cfg:app_mode=development"]
|
["./bin/grafana-server", "cfg:app_mode=development"]
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user