Revision 4887c3d95bed3db9552ffbd82272f475895cdacc authored by Eric Leijonmarck on 04 January 2024, 16:37:03 UTC, committed by grafana-delivery-bot[bot] on 04 January 2024, 16:39:08 UTC
* fix: link to enterprise issue

* fix: remove link to enterprise

(cherry picked from commit 29c251851d576b79bf97e45fbec638666643c1b3)
1 parent c0ee149
Raw File
.bra.toml
[run]
init_cmds = [
  ["GO_BUILD_DEV=1", "make", "build-go"],
  ["make", "gen-jsonnet"],
  ["./bin/grafana", "server", "-packaging=dev", "cfg:app_mode=development"]
]
watch_all = true
follow_symlinks = true
watch_dirs = [
  "$WORKDIR/pkg",
  "$WORKDIR/public/views",
  "$WORKDIR/conf",
  "$WORKDIR/devenv/dev-dashboards",
]
watch_exts = [".go", ".ini", ".toml", ".template.html"]
ignore_files = [".*_gen.go"]
build_delay = 1500
cmds = [
  ["GO_BUILD_DEV=1", "make", "build-go"],
  ["make", "gen-jsonnet"],
  ["./bin/grafana", "server", "-packaging=dev", "cfg:app_mode=development"]
]
back to top