[run] init_cmds = [ ["go", "run", "-mod=vendor", "build.go", "-dev", "build-cli"], ["go", "run", "-mod=vendor", "build.go", "-dev", "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"] build_delay = 1500 cmds = [ ["go", "run", "-mod=vendor", "build.go", "-dev", "build-server"], ["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"] ]