Revert "remove useless comment?"
This reverts commit 922c261e9e
.
This comment is not useless
This commit is contained in:
parent
596919ea7b
commit
ebf75e6c08
1 changed files with 2 additions and 0 deletions
|
@ -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" });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue