1
0
Fork 0
peertube/server/tests/cli/index.ts
Chocobozzz 66a7fc9473
Remove optimize old videos script
It is not compatible with HLS and I don't have time to maintain it
2021-08-17 10:33:36 +02:00

10 lines
296 B
TypeScript

// Order of the tests we want to execute
import './create-import-video-file-job'
import './create-transcoding-job'
import './peertube'
import './plugins'
import './print-transcode-command'
import './prune-storage'
import './regenerate-thumbnails'
import './reset-password'
import './update-host'