dotenv-safe usage

ref #1
This commit is contained in:
Philipp Dormann 2020-11-24 19:11:52 +01:00
parent 9ce6209cac
commit e764fcbfe9
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import * as dotenvSafe from 'dotenv-safe';
dotenvSafe.config();
import express from 'express';
const app = express();
const PORT = 4010;