]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/prune-storage.ts
Video-watch hooks modifications for videojs
[github/Chocobozzz/PeerTube.git] / scripts / prune-storage.ts
index df4bdeebe0c2b18f01694cfe899993e8b8070331..c8968013b8dbfd0573c17af4d35d73013aa6bcf9 100755 (executable)
@@ -1,3 +1,6 @@
+import { registerTSPaths } from '../server/helpers/register-ts-paths'
+registerTSPaths()
+
 import * as prompt from 'prompt'
 import { join } from 'path'
 import { CONFIG } from '../server/initializers/config'