refactor: clean upload pipeline and restore draco delivery

This commit is contained in:
Tom Boullay
2026-04-29 16:29:32 +02:00
parent 097b8f6486
commit 498765db61
32 changed files with 769 additions and 215 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import { isRecord } from './guards'
type DriveAction = 'new' | 'replace'
import type { DriveAction } from './types'
interface StagingRequestBody {
stagingId: string