From db36945ae84fe7217a7399bec3c4443132bfe4c8 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Mon, 22 Jan 2024 16:22:36 -0500 Subject: [PATCH] Remove env var call since bun autoloads .env now --- src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 62055a0..d2721ec 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,9 +4,6 @@ * by Hri7566 */ -// Preload environment variables -import env from "./util/env"; - // import { app } from "./ws/server"; import "./ws/server"; import { Logger } from "./util/Logger";