X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpeertube-get-access-token.ts;h=71a4826e8f90e5f2410aee535a1238e9c742bf86;hb=5f3505ba78bc05fc61aeca44d95f9a954934c0fc;hp=a67de9180d3b9b1257adc2adef47dc0b728989f4;hpb=c4fa01f7c45b66b112ebd08abce744b7c4041feb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/peertube-get-access-token.ts b/server/tools/peertube-get-access-token.ts index a67de9180..71a4826e8 100644 --- a/server/tools/peertube-get-access-token.ts +++ b/server/tools/peertube-get-access-token.ts @@ -1,8 +1,5 @@ -import { registerTSPaths } from '../helpers/register-ts-paths' -registerTSPaths() - import { program } from 'commander' -import { assignToken, buildServer } from './cli' +import { assignToken, buildServer } from './shared' program .option('-u, --url ', 'Server url')