Pkg scripts win/linux

This commit is contained in:
Mark Cooper 2021-09-22 20:40:35 -05:00
parent 6cb418a871
commit 94741598af
12 changed files with 235 additions and 34 deletions

View file

@ -113,6 +113,7 @@ class Server {
await this.streamManager.ensureStreamsDir()
await this.streamManager.removeOrphanStreams()
await this.downloadManager.removeOrphanDownloads()
await this.db.init()
this.auth.init()
@ -171,7 +172,6 @@ class Server {
async start() {
Logger.info('=== Starting Server ===')
await this.init()
const app = express()