diff options
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ [run] -init_cmds = [["./gogs", "web"]] +init_cmds = [ + ["grep", "-rn", "FIXME", "."], + ["./gogs", "web"] +] watch_all = true watch_dirs = [ "$WORKDIR/conf/locale", |