diff options
Diffstat (limited to 'server.ts')
-rw-r--r-- | server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ migrate() | |||
84 | loadLanguages() | 84 | loadLanguages() |
85 | 85 | ||
86 | // ----------- PeerTube modules ----------- | 86 | // ----------- PeerTube modules ----------- |
87 | import { installApplication } from './server/initializers' | 87 | import { installApplication } from './server/initializers/installer' |
88 | import { Emailer } from './server/lib/emailer' | 88 | import { Emailer } from './server/lib/emailer' |
89 | import { JobQueue } from './server/lib/job-queue' | 89 | import { JobQueue } from './server/lib/job-queue' |
90 | import { VideosPreviewCache, VideosCaptionCache } from './server/lib/files-cache' | 90 | import { VideosPreviewCache, VideosCaptionCache } from './server/lib/files-cache' |