Add Vimeo video import with embeds and admin re-run

Import public videos from jmartgraphix as Video (and 3D Animation
when relevant), with player embeds, thumbnails, and dashboard UI.
This commit is contained in:
2026-07-24 12:13:23 -04:00
parent 6ff7fde867
commit b924ca8a62
7 changed files with 602 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"db:seed": "tsx prisma/seed.ts",
"db:push": "prisma db push",
"import:artstation": "tsx scripts/import-artstation.ts",
"import:flickr": "tsx scripts/import-flickr.ts"
"import:flickr": "tsx scripts/import-flickr.ts",
"import:vimeo": "tsx scripts/import-vimeo.ts"
},
"prisma": {
"seed": "tsx prisma/seed.ts"