chore: remove comment

This commit is contained in:
Maze Winther 2026-04-05 19:04:39 +02:00
parent 22725f71fa
commit 20235d0724
1 changed files with 0 additions and 1 deletions

View File

@ -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 {