Add timelapse upload and display to image edit page

This commit is contained in:
2026-01-30 22:18:24 +01:00
parent 95c44b7f8e
commit 3ce4c9acfc
8 changed files with 370 additions and 2 deletions

View File

@ -16,7 +16,8 @@ export async function getSingleArtwork(id: string) {
colors: { include: { color: true } },
// sortContexts: true,
tags: true,
variants: true
variants: true,
timelapse: true
}
})
}