Revision 7e24e192308820aa2632c48091e417eadf64b96f authored by Sofia Papagiannaki on 11 October 2022, 14:06:36 UTC, committed by GitHub on 11 October 2022, 14:06:36 UTC
1 parent a9c0afc
Raw File
.bra.toml
[run]
init_cmds = [
  ["make", "gen-go"],
  ["GO_BUILD_DEV=1", "make", "build-cli"],
  ["GO_BUILD_DEV=1", "make", "build-server"],
  ["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
]
watch_all = true
follow_symlinks = true
watch_dirs = [
  "$WORKDIR/pkg",
  "$WORKDIR/public/views",
  "$WORKDIR/conf",
]
watch_exts = [".go", ".ini", ".toml", ".template.html"]
ignore_files = [".*_gen.go"]
build_delay = 1500
cmds = [
  ["make", "gen-go"],
  ["GO_BUILD_DEV=1", "make", "build-server"],
  ["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
]
back to top