mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Implement user import/export in server
This commit is contained in:
parent
4d63e6f577
commit
8573e5a80a
196 changed files with 5661 additions and 722 deletions
|
@ -4,7 +4,7 @@ import { initDatabaseModels } from '@server/initializers/database.js'
|
|||
import { JobQueue } from '@server/lib/job-queue/index.js'
|
||||
import { StoryboardModel } from '@server/models/video/storyboard.js'
|
||||
import { VideoModel } from '@server/models/video/video.js'
|
||||
import { buildStoryboardJobIfNeeded } from '@server/lib/video.js'
|
||||
import { buildStoryboardJobIfNeeded } from '@server/lib/video-jobs.js'
|
||||
|
||||
program
|
||||
.description('Generate videos storyboard')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue