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
@@ -15,7 +15,8 @@
"db:migrate": "npm run db:migrate -w server",
"db:seed": "npm run db:seed -w server",
"import:artstation": "npm run import:artstation -w server",
"import:flickr": "npm run import:flickr -w server"
"import:flickr": "npm run import:flickr -w server",
"import:vimeo": "npm run import:vimeo -w server"
},
"devDependencies": {
"concurrently": "^9.1.2"