From 36d25732eaa18a83c6d65f36422a1921cf7933af Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 24 Nov 2020 18:54:50 +0100 Subject: [PATCH] Switched to dotenv-save ref #2 --- ormconfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ormconfig.ts b/ormconfig.ts index f75a4c8..d8d16a0 100644 --- a/ormconfig.ts +++ b/ormconfig.ts @@ -1,4 +1,4 @@ -import { config } from "dotenv" +import { config } from "dotenv-safe" config(); export default {