From 6a7c6763732357d602c6f0544cf7a88094c3554a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 5 Sep 2024 14:07:06 +0200 Subject: [PATCH] pass lint --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 28ea21c..002ac0c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,6 +5,7 @@ const start_app = () => { // 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" });