fix: remove dotenv import to streamline environment variable handling

This commit is contained in:
Sosokker 2025-09-02 20:57:59 +07:00
parent a26b3a63e0
commit 2a311a7432

View File

@ -1,4 +1,3 @@
import "dotenv/config";
import { z } from "zod";
const EnvSchema = z.object({