refactor: clean upload pipeline and restore draco delivery
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
// ---------------------------------------------------------------------------
|
||||
// Format bytes to human-readable string
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
export function formatBytes(bytes: number): string {
|
||||
if (bytes <= 0) return '0 B'
|
||||
const k = 1024
|
||||
|
||||
Reference in New Issue
Block a user