This commit is contained in:
Apher 2026-07-01 18:24:51 +00:00
commit 072176dd39

View File

@ -1,3 +1,4 @@
// Import dotenv file if not in production
if (process.env.NODE_ENV !== "production") { if (process.env.NODE_ENV !== "production") {
require("dotenv").config(); require("dotenv").config();
} }