diff options
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.bra.toml b/.bra.toml new file mode 100644 index 0000000000..a5afa27675 --- /dev/null +++ b/.bra.toml @@ -0,0 +1,17 @@ +[run] +init_cmds = [["./gogs", "web"]] +watch_all = true +watch_dirs = [ + "$WORKDIR/conf/locale", + "$WORKDIR/cmd", + "$WORKDIR/models", + "$WORKDIR/modules", + "$WORKDIR/routers" +] +watch_exts = [".go", ".ini"] +build_delay = 1500 +cmds = [ + ["go", "install"], + ["go", "build"], + ["./gogs", "web"] +]
\ No newline at end of file |