refactor: clean upload pipeline and restore draco delivery
This commit is contained in:
+1
-5
@@ -1,7 +1,3 @@
|
||||
// ---------------------------------------------------------------------------
|
||||
// Client-side types — used by components and hooks (no Node.js Buffer)
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
type FileStatus = 'pending' | 'uploading' | 'success' | 'error'
|
||||
|
||||
export interface TextureFile {
|
||||
@@ -20,7 +16,7 @@ export interface FolderEntry {
|
||||
error?: string
|
||||
filename?: string
|
||||
modelUrl?: string
|
||||
assetUrls?: Record<string, string>
|
||||
assetUrls: Record<string, string>
|
||||
viewerOpen?: boolean
|
||||
warnings: string[]
|
||||
driveStatus?: DriveStatus
|
||||
|
||||
Reference in New Issue
Block a user