X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fcreate-import-video-file-job.ts;h=204337d551fccf1c14325c56b5382415093aea3d;hb=8adc5ddbc0e0109c3cd82d8b399e044568dd3f92;hp=2b636014a6636b228cfb7b54fe9bceb610d17f8d;hpb=28be89161aab245526d64f6fb7dd29391a97fe0a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/create-import-video-file-job.ts b/scripts/create-import-video-file-job.ts index 2b636014a..204337d55 100644 --- a/scripts/create-import-video-file-job.ts +++ b/scripts/create-import-video-file-job.ts @@ -1,3 +1,6 @@ +import { registerTSPaths } from '../server/helpers/register-ts-paths' +registerTSPaths() + import * as program from 'commander' import { resolve } from 'path' import { VideoModel } from '../server/models/video/video'