mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
parent
d7861f62a9
commit
2e3fd9d659
@ -13,8 +13,10 @@ watch_dirs = [
|
|||||||
"$WORKDIR/conf",
|
"$WORKDIR/conf",
|
||||||
]
|
]
|
||||||
watch_exts = [".go", ".ini", ".toml", ".template.html"]
|
watch_exts = [".go", ".ini", ".toml", ".template.html"]
|
||||||
|
ignore_files = ["wire_gen.go"]
|
||||||
build_delay = 1500
|
build_delay = 1500
|
||||||
cmds = [
|
cmds = [
|
||||||
|
["make", "gen-go"],
|
||||||
["go", "run", "build.go", "-dev", "build-server"],
|
["go", "run", "build.go", "-dev", "build-server"],
|
||||||
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
|
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user