forked from Hri7566/mpp-server-dev2
Comments
This commit is contained in:
parent
6a1577fc7e
commit
943fb1fbcc
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue