summary refs log tree commit diff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/index.ts b/src/index.ts

index 2fe360e2..7513bd2f 100644 --- a/src/index.ts +++ b/src/index.ts
@@ -1,9 +1 @@ -process.on("uncaughtException", console.error); -process.on("unhandledRejection", console.error); - -import { Server } from "./Server"; -import { config } from "dotenv"; -config(); - -const server = new Server(); -server.listen(); +export * from "./Server";