From 20235d0724a70e6787b6cbdbfa054b1c5d8f62e9 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 5 Apr 2026 19:04:39 +0200 Subject: [PATCH] chore: remove comment --- apps/web/drizzle.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/drizzle.config.ts b/apps/web/drizzle.config.ts index 494fd35d..a4b933c6 100644 --- a/apps/web/drizzle.config.ts +++ b/apps/web/drizzle.config.ts @@ -2,7 +2,6 @@ import type { Config } from "drizzle-kit"; import * as dotenv from "dotenv"; import { webEnv } from "@/lib/env/web"; -// Load the right env file based on environment if (webEnv.NODE_ENV === "production") { dotenv.config({ path: ".env.production" }); } else {