chore: Formatting (#9939)

This commit is contained in:
Tom Moor
2025-08-14 22:49:07 -04:00
committed by GitHub
parent dc0df7c7e9
commit dcd7a050bd
9 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
require("dotenv").config({
require("@dotenvx/dotenvx").config({
path: process.env.NODE_ENV === "test" ? ".env.test" : ".env",
});