]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/peertube.ts
Fix changelog of secret config for docker
[github/Chocobozzz/PeerTube.git] / server / tools / peertube.ts
index 9e07640f05af88a6187d76a0a470fb47a163c853..b79917b4fe0b4600bdabacc34160b2648b4fb0fd 100644 (file)
@@ -1,10 +1,7 @@
 #!/usr/bin/env node
 
-import { registerTSPaths } from '../helpers/register-ts-paths'
-registerTSPaths()
-
 import { CommandOptions, program } from 'commander'
-import { getSettings, version } from './cli'
+import { getSettings, version } from './shared'
 
 program
   .version(version, '-v, --version')