diff --git a/src/app.ts b/src/app.ts index 0700824..57a6519 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,3 +1,5 @@ +import * as dotenvSafe from 'dotenv-safe'; +dotenvSafe.config(); import express from 'express'; const app = express(); const PORT = 4010;