stage 8-complete
Build and Push Docker Image / build (push) Successful in 1m4s

This commit is contained in:
jason
2026-04-21 14:21:53 -05:00
parent 76308b8aa3
commit bb452a59ae
13 changed files with 281 additions and 44 deletions
@@ -21,6 +21,7 @@ export default async function AdminAssemblyDetailPage({
stepFile: { select: { id: true } },
drawingFile: { select: { id: true } },
cutFile: { select: { id: true } },
thumbnailFile: { select: { id: true } },
},
},
},
@@ -46,6 +47,7 @@ export default async function AdminAssemblyDetailPage({
hasStep: !!p.stepFile,
hasDrawing: !!p.drawingFile,
hasCut: !!p.cutFile,
thumbnailFileId: p.thumbnailFile?.id ?? null,
operationCount: p._count.operations,
}))}
/>