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
commitb68b1a118144baaef7da849ad7d42767401cad01 (patch)
tree0d5d505c8b8e952669a268186c790811d390572e /bundle/src/start.ts
parentfix login register + message (diff)
downloadserver-b68b1a118144baaef7da849ad7d42767401cad01.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");