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 d35afcb commit 1ed9f2dCopy full SHA for 1ed9f2d
config/envVarCheck.ts
@@ -34,6 +34,7 @@ validateEnv();
34
*/
35
export default function validateEnv (){
36
const env: env = loadEnv({}, false);
37
+ console.log(env);
38
const missingEnvVars = Object.keys(env).filter((key) => env[key] !== "");
39
40
// Logging missing environment variables and exit if any are missing
0 commit comments