The app.ts now loads & checks the environment values on start

This commit is contained in:
Mathias Wagner 2022-09-06 18:31:08 +02:00
parent c582320cef
commit 8fbf1fefa4
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

3
app.ts
View File

@ -0,0 +1,3 @@
// Load & check environment
require('dotenv').config();
require('./util/envCheck').validate();