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