X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpeertube-auth.ts;h=6597a5c367e78d3d0c9a92f920c70ae990584db2;hb=7cde3b9c2e84ea20bb0aae4544598483cde9e22c;hp=b5ecbd4706f1095079c1c88cc9f1c797e7e60b35;hpb=47e26ec7618554e996cfea4c2032a7ebffc21acc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/peertube-auth.ts b/server/tools/peertube-auth.ts index b5ecbd470..6597a5c36 100644 --- a/server/tools/peertube-auth.ts +++ b/server/tools/peertube-auth.ts @@ -1,3 +1,6 @@ +import { registerTSPaths } from '../helpers/register-ts-paths' +registerTSPaths() + import * as program from 'commander' import * as prompt from 'prompt' import { getNetrc, getSettings, writeSettings } from './cli'