We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dcf28 commit e2b96f0Copy full SHA for e2b96f0
config/envVarCheck.ts
@@ -1,5 +1,8 @@
1
import { envKeys } from "../src/constants/variables";
2
+import { config } from "dotenv";
3
4
+
5
+config();
6
validateEnv();
7
8
export default function validateEnv() {
0 commit comments