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:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user