diff --git a/app.ts b/app.ts index e69de29..a439257 100644 --- a/app.ts +++ b/app.ts @@ -0,0 +1,3 @@ +// Load & check environment +require('dotenv').config(); +require('./util/envCheck').validate(); \ No newline at end of file