2014-10-04 06:33:20 -05:00
|
|
|
[run]
|
2014-12-30 05:03:03 -06:00
|
|
|
init_cmds = [
|
2022-11-22 10:53:43 -06:00
|
|
|
["GO_BUILD_DEV=1", "make", "build-go"],
|
2023-02-02 07:53:54 -06:00
|
|
|
["make", "gen-jsonnet"],
|
2024-07-24 05:12:45 -05:00
|
|
|
["./bin/grafana", "server", "-profile", "-profile-addr=0.0.0.0", "-profile-port=6000", "-profile-block-rate=1", "-profile-mutex-rate=5", "-packaging=dev", "cfg:app_mode=development"]
|
2014-12-30 05:03:03 -06:00
|
|
|
]
|
2014-10-04 06:33:20 -05:00
|
|
|
watch_all = true
|
2018-10-15 04:03:24 -05:00
|
|
|
follow_symlinks = true
|
2014-10-04 06:33:20 -05:00
|
|
|
watch_dirs = [
|
2020-04-08 07:13:05 -05:00
|
|
|
"$WORKDIR/pkg",
|
|
|
|
"$WORKDIR/public/views",
|
|
|
|
"$WORKDIR/conf",
|
2022-11-03 10:04:39 -05:00
|
|
|
"$WORKDIR/devenv/dev-dashboards",
|
2014-10-04 06:33:20 -05:00
|
|
|
]
|
2018-08-13 08:40:52 -05:00
|
|
|
watch_exts = [".go", ".ini", ".toml", ".template.html"]
|
2022-06-24 13:55:49 -05:00
|
|
|
ignore_files = [".*_gen.go"]
|
2014-10-04 06:33:20 -05:00
|
|
|
build_delay = 1500
|
|
|
|
cmds = [
|
2022-11-22 10:53:43 -06:00
|
|
|
["GO_BUILD_DEV=1", "make", "build-go"],
|
2023-02-02 07:53:54 -06:00
|
|
|
["make", "gen-jsonnet"],
|
2024-07-24 05:12:45 -05:00
|
|
|
["./bin/grafana", "server", "-profile", "-profile-addr=0.0.0.0", "-profile-port=6000", "-profile-block-rate=1", "-profile-mutex-rate=5", "-packaging=dev", "cfg:app_mode=development"]
|
2014-10-04 06:33:20 -05:00
|
|
|
]
|