Base structure #2

This commit is contained in:
2022-11-24 02:12:52 +01:00
parent 261627570d
commit d8365128fc
20 changed files with 1528 additions and 41 deletions

View File

@ -1,9 +1,11 @@
import { config } from "dotenv";
import swapConsole from "./src/tools/consoleSwapper";
import "./src/client";
config();
swapConsole();
import "./src/client";
function shutdown() {
console.log("Shutdown request received");
process.exit();