Revision 92f86ec13a618dfb45a30f98ccd4411ff3d16e23 authored by Torkel Ödegaard on 24 August 2022, 07:37:04 UTC, committed by Torkel Ödegaard on 24 August 2022, 07:37:04 UTC
1 parent 95ec3e8
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