diff options
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ [run] init_cmds = [ #["grep", "-rn", "FIXME", "."], + ["make", "build-dev"], ["./gogs", "web"] ] watch_all = true |