This commit is contained in:
Apher 2026-06-30 03:59:41 +00:00
parent 4c0d5b13d1
commit 156b3b8133

View File

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