mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Move config in its own file
This commit is contained in:
parent
2c3abc4fa7
commit
6dd9de95df
79 changed files with 523 additions and 458 deletions
|
@ -1,5 +1,5 @@
|
|||
import { join } from 'path'
|
||||
import { CONFIG } from '../initializers'
|
||||
import { CONFIG } from '../initializers/config'
|
||||
import { VideoCaptionModel } from '../models/video/video-caption'
|
||||
import * as srt2vtt from 'srt-to-vtt'
|
||||
import { createReadStream, createWriteStream, remove, move } from 'fs-extra'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue