recursively get file size for directories

This commit is contained in:
2025-09-06 16:23:42 +02:00
parent 3329860b02
commit e1e97ef79d
4 changed files with 32 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ export async function getWarrenDirectory(
warrenId,
path,
}),
key: `${warrenId}-${path}`,
});
if (data.value == null) {