From 943fb1fbccfc6692f892f7d7ca0380c25a0916ce Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Tue, 24 Oct 2023 23:59:01 -0400 Subject: [PATCH] Comments --- src/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/index.ts b/src/index.ts index d902f96..9202a72 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,12 @@ +/** + * MPP Server 2 + * for mpp.dev + * by Hri7566 + */ + +// Preload environment variables import env from "./util/env"; + // import { app } from "./ws/server"; import "./ws/server"; import { Logger } from "./util/Logger";