mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix shared imports
This commit is contained in:
parent
1e9c1b1b44
commit
d17c7b4e8c
41 changed files with 78 additions and 96 deletions
|
@ -2,7 +2,7 @@ import { remove } from 'fs-extra'
|
|||
import { Instance as ParseTorrent } from 'parse-torrent'
|
||||
import { join } from 'path'
|
||||
import { sha256 } from '@shared/extra-utils'
|
||||
import { ResultList } from '../../shared'
|
||||
import { ResultList } from '@shared/models'
|
||||
import { CONFIG } from '../initializers/config'
|
||||
import { execPromise, execPromise2, randomBytesPromise } from './core-utils'
|
||||
import { logger } from './logger'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue