diff --git a/src/index.ts b/src/index.ts index 242d749..28ea21c 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") { + // @ts-ignore import("dotenv").then((c) => { c.config({ path: "./config/.env" });