[run] init_cmds = [ ["go", "run", "build.go", "build"], ["./bin/grafana-server", "cfg:app_mode=development"] ] watch_all = true watch_dirs = [ "$WORKDIR/pkg", "$WORKDIR/public/views", "$WORKDIR/conf", ] watch_exts = [".go", ".ini", ".toml"] build_delay = 1500 cmds = [ ["go", "run", "build.go", "build"], ["./bin/grafana-server", "cfg:app_mode=development"] ]