diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-25 17:39:27 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-25 17:39:27 +0200 |
commit | 8cc6120118a9fb75b3165c9f84b2d0068d1ade72 (patch) | |
tree | 3d2f0fc03496de4c5bf80e434bcb4a70d9729549 /scripts/regenerate-thumbnails.ts | |
parent | 262f8ff63109c8a95d9d149c1951cffd4c8301ef (diff) | |
download | PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.tar.gz PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.tar.zst PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.zip |
Upgrade server dependencies
Diffstat (limited to 'scripts/regenerate-thumbnails.ts')
-rw-r--r-- | scripts/regenerate-thumbnails.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/regenerate-thumbnails.ts b/scripts/regenerate-thumbnails.ts index b95343c0b..078f3830b 100644 --- a/scripts/regenerate-thumbnails.ts +++ b/scripts/regenerate-thumbnails.ts | |||
@@ -2,7 +2,7 @@ import { registerTSPaths } from '../server/helpers/register-ts-paths' | |||
2 | registerTSPaths() | 2 | registerTSPaths() |
3 | 3 | ||
4 | import * as Bluebird from 'bluebird' | 4 | import * as Bluebird from 'bluebird' |
5 | import * as program from 'commander' | 5 | import { program } from 'commander' |
6 | import { pathExists, remove } from 'fs-extra' | 6 | import { pathExists, remove } from 'fs-extra' |
7 | import { generateImageFilename, processImage } from '@server/helpers/image-utils' | 7 | import { generateImageFilename, processImage } from '@server/helpers/image-utils' |
8 | import { THUMBNAILS_SIZE } from '@server/initializers/constants' | 8 | import { THUMBNAILS_SIZE } from '@server/initializers/constants' |