🪵 zip.ts

This commit is contained in:
nirholas
2026-03-31 10:24:15 +00:00
parent 7eed620b8d
commit 3ae4e1511f

View File

@@ -224,3 +224,4 @@ export async function readAndUnzipFile(
throw new Error(`Failed to read or unzip file: ${errorMessage}`)
}
}