Skip to content

Commit e9cd601

Browse files
authored
remove dotEnv usage
1 parent 9c1c43a commit e9cd601

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/envVarCheck.ts

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

43
export function loadEnv (
54
env: env,
@@ -22,7 +21,6 @@ export function loadEnv (
2221
}
2322

2423

25-
config();
2624
validateEnv();
2725

2826

0 commit comments

Comments
 (0)