diff --git a/cmd/rundev.go b/cmd/rundev.go index a516b00..9dd3d07 100644 --- a/cmd/rundev.go +++ b/cmd/rundev.go @@ -47,6 +47,7 @@ goffee run:dev pwd+"/tmp", pwd+"/.git", pwd+"/storage/sqlite", + pwd+"/storage/public", ) w.FilterOps(watcher.Rename, watcher.Move, watcher.Create, watcher.Write) if err := w.AddRecursive(pwd); err != nil {