diff options
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ watch_all = true watch_dirs = [ "$WORKDIR/cmd", "$WORKDIR/models", - "$WORKDIR/modules", + "$WORKDIR/pkg", "$WORKDIR/routers" ] watch_exts = [".go"] |