This commit is contained in:
Hri7566 2023-10-24 23:59:01 -04:00
parent 6a1577fc7e
commit 943fb1fbcc
1 changed files with 8 additions and 0 deletions

View File

@ -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";