diff options
Diffstat (limited to 'server.ts')
-rw-r--r-- | server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ import * as cookieParser from 'cookie-parser' | |||
14 | import * as helmet from 'helmet' | 14 | import * as helmet from 'helmet' |
15 | import * as useragent from 'useragent' | 15 | import * as useragent from 'useragent' |
16 | import * as anonymize from 'ip-anonymize' | 16 | import * as anonymize from 'ip-anonymize' |
17 | import * as cli from 'commander' | 17 | import { program as cli } from 'commander' |
18 | 18 | ||
19 | process.title = 'peertube' | 19 | process.title = 'peertube' |
20 | 20 | ||