mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
15 lines
238 B
TOML
15 lines
238 B
TOML
[run]
|
|
init_cmds = [["./grafana-pro", "web"]]
|
|
watch_all = true
|
|
watch_dirs = [
|
|
"$WORKDIR/pkg",
|
|
"$WORKDIR/views",
|
|
]
|
|
watch_exts = [".go", ".ini"]
|
|
build_delay = 1500
|
|
cmds = [
|
|
["go", "install"],
|
|
["go", "build"],
|
|
["./grafana-pro", "web"]
|
|
]
|