diff --git a/bin/omniroute.mjs b/bin/omniroute.mjs index f0c5bcec44..a646e08961 100644 --- a/bin/omniroute.mjs +++ b/bin/omniroute.mjs @@ -44,6 +44,7 @@ function loadEnvFile() { } envPaths.push(join(process.cwd(), ".env")); + envPaths.push(join(ROOT, ".env")); for (const envPath of envPaths) { try {