aboutsummaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.bra.toml b/.bra.toml
deleted file mode 100644
index 3fd4e0c68e..0000000000
--- a/.bra.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[run]
-init_cmds = [
- ["make", "build-dev"],
- ["./gogs", "web"]
-]
-watch_all = true
-watch_dirs = [
- "$WORKDIR/cmd",
- "$WORKDIR/models",
- "$WORKDIR/modules",
- "$WORKDIR/routers"
-]
-watch_exts = [".go"]
-ignore_files = [".+_test.go"]
-build_delay = 1500
-cmds = [
- ["make", "build-dev"], # TAGS=sqlite cert pam tidb
- ["./gogs", "web"]
-] \ No newline at end of file