From 8fbf1fefa4d0c067b6a39509096306e9778d2baf Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 6 Sep 2022 18:31:08 +0200 Subject: [PATCH] The app.ts now loads & checks the environment values on start --- app.ts | 3 +++ 1 file changed, 3 insertions(+) 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