mirror of
https://github.com/grafana/grafana.git
synced 2025-01-19 13:03:32 -06:00
16 lines
256 B
TOML
16 lines
256 B
TOML
[run]
|
|
init_cmds = [["./grafana-pro", "web"]]
|
|
watch_all = true
|
|
watch_dirs = [
|
|
"$WORKDIR/pkg",
|
|
"$WORKDIR/views",
|
|
"$WORKDIR/conf",
|
|
]
|
|
watch_exts = [".go", ".ini"]
|
|
build_delay = 1500
|
|
cmds = [
|
|
["go", "install"],
|
|
["go", "build"],
|
|
["./grafana-pro", "web"]
|
|
]
|