X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpeertube-upload.ts;h=f604c9bee8fb96eecb3b6f7428c6b02435bc12c5;hb=837666fe48f9ed786db75c96e2025cbcf20a1e3b;hp=4569cbb85b31dd89802d1d36304bb29403f521a8;hpb=6f530096cbceda09377c2e8e235cf02c36226989;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/peertube-upload.ts b/server/tools/peertube-upload.ts index 4569cbb85..f604c9bee 100644 --- a/server/tools/peertube-upload.ts +++ b/server/tools/peertube-upload.ts @@ -1,3 +1,6 @@ +import { registerTSPaths } from '../helpers/register-ts-paths' +registerTSPaths() + import * as program from 'commander' import { access, constants } from 'fs-extra' import { isAbsolute } from 'path'