feat: stream file serving (#1865)

This commit is contained in:
Philip Okugbe
2026-01-24 17:54:56 +00:00
committed by GitHub
parent efb0a9317b
commit 98f71c95fe
3 changed files with 12 additions and 8 deletions
@@ -177,7 +177,7 @@ export class ExportService {
const fileName = `${space.name}-space-export.zip`;
return {
fileBuffer: zipFile,
fileStream: zipFile,
fileName,
};
}