X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpeertube-redundancy.ts;h=2c62a3c195db7524d54a4f0f17d2cd765f3bf3f8;hb=16922d582433f0b9b4b1acdb00e1de29eb6906ab;hp=12c412b672d703b97596ed4230dcb0caf9e9f19a;hpb=9234110650495c05e04abee6a5934a27eb2f32a9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/peertube-redundancy.ts b/server/tools/peertube-redundancy.ts index 12c412b67..2c62a3c19 100644 --- a/server/tools/peertube-redundancy.ts +++ b/server/tools/peertube-redundancy.ts @@ -1,6 +1,3 @@ -import { registerTSPaths } from '../helpers/register-ts-paths' -registerTSPaths() - import CliTable3 from 'cli-table3' import { Command, program } from 'commander' import { uniq } from 'lodash'