aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bra.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.bra.toml b/.bra.toml
deleted file mode 100644
index c4475110..00000000
--- a/.bra.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-[run]
-init_cmds = [
- ["make", "build-dev"],
- ["./gogs", "web"]
-]
-watch_all = true
-watch_dirs = [
- "$WORKDIR/cmd",
- "$WORKDIR/models",
- "$WORKDIR/pkg",
- "$WORKDIR/routes"
-]
-watch_exts = [".go"]
-ignore_files = [".+_test.go"]
-build_delay = 1500
-interrupt_timout = 1
-graceful_kill = true
-cmds = [
- ["make", "build-dev"], # TAGS=sqlite cert pam tidb
- ["./gogs", "web"]
-] \ No newline at end of file