mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix build
This commit is contained in:
parent
c55e3d7227
commit
f304a1580b
16 changed files with 25 additions and 14 deletions
|
@ -4,12 +4,12 @@ import { join } from 'path'
|
|||
import validator from 'validator'
|
||||
import { toCompleteUUID } from '@server/helpers/custom-validators/misc'
|
||||
import { escapeHTML } from '@shared/core-utils/renderer'
|
||||
import { sha256 } from '@shared/extra-utils'
|
||||
import { HTMLServerConfig } from '@shared/models'
|
||||
import { buildFileLocale, getDefaultLocale, is18nLocale, POSSIBLE_LOCALES } from '../../shared/core-utils/i18n/i18n'
|
||||
import { HttpStatusCode } from '../../shared/models/http/http-error-codes'
|
||||
import { VideoPlaylistPrivacy, VideoPrivacy } from '../../shared/models/videos'
|
||||
import { isTestInstance } from '../helpers/core-utils'
|
||||
import { sha256 } from '@shared/core-utils/common/crypto'
|
||||
import { logger } from '../helpers/logger'
|
||||
import { mdToPlainText } from '../helpers/markdown'
|
||||
import { CONFIG } from '../initializers/config'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue