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" });