From 08b62b11758c4860ede39119c4387c07246f930a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 4 Sep 2024 13:06:54 +0200 Subject: [PATCH] disable ok-lines --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 7c5aeaf..2f6e5a8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,8 +10,6 @@ const start_manager = () => { // Load .env if not in prod if (process.env.NODE_ENV !== "production") { - // eslint-disable-next-line @typescript-eslint/ban-ts-comment - // @ts-ignore import("dotenv").then((c) => { c.config({ path: "./config/.env" });