summary refs log tree commit diff
path: root/bundle/src
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 00:10:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 00:10:54 +0200
commitdfa71c38681d63414179784352b03debdfc88559 (patch)
tree631cfbba3a03e0945fa62ff54e4609a5f891d802 /bundle/src
parent:art: clean up server bundle (diff)
downloadserver-dfa71c38681d63414179784352b03debdfc88559.tar.xz
:sparkles: start.bat and start.sh script
Diffstat (limited to 'bundle/src')
-rw-r--r--bundle/src/start.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundle/src/start.ts b/bundle/src/start.ts

index 581c3d9a..323995ae 100644 --- a/bundle/src/start.ts +++ b/bundle/src/start.ts
@@ -1,5 +1,4 @@ -process.env.MONGOMS_DEBUG = "true"; - +// process.env.MONGOMS_DEBUG = "true"; import cluster from "cluster"; import os from "os"; import { setupDatabase } from "./Database";