chore: watch all frontend files
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M internal/server/server.go → internal/server/server.go
@@ -199,7 +199,7 @@ fw, err := NewFileWatcher() if err != nil { return nil, errors.WithMessage(err, "could not create file watcher") } - err = fw.AddRecursive(path.Join("frontend", "templates")) + err = fw.AddRecursive(path.Join("frontend")) if err != nil { return nil, errors.WithMessage(err, "could not add directory to file watcher") }