Skip to content

Commit 293e337

Browse files
authored
revert
1 parent e9cd601 commit 293e337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/envVarCheck.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { env } from "../src/typeDefinitions/default.types";
2+
import { config } from "dotenv";
23

34
export function loadEnv (
45
env: env,
@@ -21,6 +22,7 @@ export function loadEnv (
2122
}
2223

2324

25+
config();
2426
validateEnv();
2527

2628

0 commit comments

Comments
 (0)