From 2a311a74325de63fd670ce891698d74974718cc9 Mon Sep 17 00:00:00 2001 From: Sosokker Date: Tue, 2 Sep 2025 20:57:59 +0700 Subject: [PATCH] fix: remove dotenv import to streamline environment variable handling --- src/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 8f6b5f7..960d1a4 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,4 +1,3 @@ -import "dotenv/config"; import { z } from "zod"; const EnvSchema = z.object({