mirror of https://github.com/Chocobozzz/PeerTube
Fix update host
parent
aedf50d142
commit
20146df217
|
@ -1,4 +1,6 @@
|
||||||
import { registerTSPaths } from '../server/helpers/register-ts-paths'
|
import { registerTSPaths } from '../server/helpers/register-ts-paths'
|
||||||
|
registerTSPaths()
|
||||||
|
|
||||||
import { WEBSERVER } from '../server/initializers/constants'
|
import { WEBSERVER } from '../server/initializers/constants'
|
||||||
import { ActorFollowModel } from '../server/models/activitypub/actor-follow'
|
import { ActorFollowModel } from '../server/models/activitypub/actor-follow'
|
||||||
import { VideoModel } from '../server/models/video/video'
|
import { VideoModel } from '../server/models/video/video'
|
||||||
|
@ -19,8 +21,6 @@ import { VideoStreamingPlaylistModel } from '../server/models/video/video-stream
|
||||||
import { initDatabaseModels } from '../server/initializers'
|
import { initDatabaseModels } from '../server/initializers'
|
||||||
import { createTorrentAndSetInfoHash } from '@server/helpers/webtorrent'
|
import { createTorrentAndSetInfoHash } from '@server/helpers/webtorrent'
|
||||||
|
|
||||||
registerTSPaths()
|
|
||||||
|
|
||||||
run()
|
run()
|
||||||
.then(() => process.exit(0))
|
.then(() => process.exit(0))
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
|
Loading…
Reference in New Issue