X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpeertube.ts;h=b79917b4fe0b4600bdabacc34160b2648b4fb0fd;hb=5f3505ba78bc05fc61aeca44d95f9a954934c0fc;hp=9e07640f05af88a6187d76a0a470fb47a163c853;hpb=89ac282e0437ae839e3d71566f25321f9b9384e9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/peertube.ts b/server/tools/peertube.ts index 9e07640f0..b79917b4f 100644 --- a/server/tools/peertube.ts +++ b/server/tools/peertube.ts @@ -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')