Browse Source

dev: only build server with bra run

Marcus Efraimsson 7 years ago
parent
commit
e6f38591b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .bra.toml

+ 1 - 1
.bra.toml

@@ -12,6 +12,6 @@ watch_dirs = [
 watch_exts = [".go", ".ini", ".toml"]
 build_delay = 1500
 cmds = [
-  ["go", "run", "build.go", "-dev", "build"],
+  ["go", "run", "build.go", "-dev", "build-server"],
 	["./bin/grafana-server", "cfg:app_mode=development"]
 ]