feat: handle binary content

This commit is contained in:
Max Richter
2025-10-04 12:31:40 +02:00
parent ab81c980b5
commit 74528625e3
3 changed files with 8 additions and 10 deletions

View File

@@ -174,4 +174,3 @@ func NewLocalFsAdapter(roots []string) (FileAdapter, error) {
roots: roots,
}, nil
}