aboutsummaryrefslogtreecommitdiff
path: root/.bra.toml
diff options
context:
space:
mode:
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bra.toml b/.bra.toml
index 3fd4e0c6..83205fc6 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -7,7 +7,7 @@ watch_all = true
watch_dirs = [
"$WORKDIR/cmd",
"$WORKDIR/models",
- "$WORKDIR/modules",
+ "$WORKDIR/pkg",
"$WORKDIR/routers"
]
watch_exts = [".go"]