]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/peertube-upload.ts
Add tests for video downscale framerate matching
[github/Chocobozzz/PeerTube.git] / server / tools / peertube-upload.ts
index 4569cbb85b31dd89802d1d36304bb29403f521a8..f604c9bee8fb96eecb3b6f7428c6b02435bc12c5 100644 (file)
@@ -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'