remove useless comment?
This commit is contained in:
parent
593da97e33
commit
922c261e9e
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ 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