summary refs log tree commit diff
path: root/bundle/src/start.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-29 16:58:53 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-29 16:58:53 +0200
commitc3a1740c762f5b3ba6b246e67ae73073e467e756 (patch)
tree3c4b182bb35c84ff40df34614c0f613e556a1a7e /bundle/src/start.ts
parentfix login register + message (diff)
downloadserver-c3a1740c762f5b3ba6b246e67ae73073e467e756.tar.xz
fix bundle
Diffstat (limited to 'bundle/src/start.ts')
-rw-r--r--bundle/src/start.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundle/src/start.ts b/bundle/src/start.ts

index 323995ae..843e3812 100644 --- a/bundle/src/start.ts +++ b/bundle/src/start.ts
@@ -1,7 +1,6 @@ // process.env.MONGOMS_DEBUG = "true"; import cluster from "cluster"; import os from "os"; -import { setupDatabase } from "./Database"; import { initStats } from "./stats"; // TODO: add tcp socket event transmission @@ -12,7 +11,6 @@ if (cluster.isMaster && !process.env.masterStarted) { (async () => { initStats(); - await setupDatabase(); if (cores === 1) { require("./Server.js");