mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
chore: remove comment
This commit is contained in:
@@ -2,7 +2,6 @@ import type { Config } from "drizzle-kit";
|
|||||||
import * as dotenv from "dotenv";
|
import * as dotenv from "dotenv";
|
||||||
import { webEnv } from "@/lib/env/web";
|
import { webEnv } from "@/lib/env/web";
|
||||||
|
|
||||||
// Load the right env file based on environment
|
|
||||||
if (webEnv.NODE_ENV === "production") {
|
if (webEnv.NODE_ENV === "production") {
|
||||||
dotenv.config({ path: ".env.production" });
|
dotenv.config({ path: ".env.production" });
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user