From ebf75e6c08ed5b38e44314dda101e6767498b6f5 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 11 Feb 2023 19:14:38 +0100 Subject: [PATCH] Revert "remove useless comment?" This reverts commit 922c261e9e75ca4458b48f44c9c05076731044a1. This comment is not useless --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index cdaa0c3..ee6917b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,6 +12,8 @@ const run = async () => { // Load .env if not in prod if (process.env.NODE_ENV !== "production") { + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-ignore (await import("dotenv")).config({ path: "./config/.env" }); }