Revert "remove useless comment?"

This reverts commit 922c261e9e.

This comment is not useless
This commit is contained in:
Mylloon 2023-02-11 19:14:38 +01:00
parent 596919ea7b
commit ebf75e6c08
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

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