From 6e6405e1ec36e6361f1123bdd95d89b007d8992f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 3 Sep 2023 22:03:17 +0300 Subject: [PATCH] squash! --- Source/Library/Environment.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Library/Environment.ts b/Source/Library/Environment.ts index 4631d7a..17655df 100644 --- a/Source/Library/Environment.ts +++ b/Source/Library/Environment.ts @@ -1,7 +1,7 @@ -import * as dotenv from "dotenv"; +import { config } from "dotenv"; import { z } from "zod"; -dotenv.config(); +config(); export default z .object({