@yottagraph-app/aether-instructions 1.1.12 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -13,10 +13,7 @@ const FORM_ENCODED_ENDPOINTS = ['/elemental/find', '/elemental/entities/properti
|
|
|
13
13
|
|
|
14
14
|
function loadEnvFile() {
|
|
15
15
|
// Try current working directory first (project .env), then script directory
|
|
16
|
-
const envPaths = [
|
|
17
|
-
path.join(process.cwd(), '.env'),
|
|
18
|
-
path.join(__dirname, '.env'),
|
|
19
|
-
];
|
|
16
|
+
const envPaths = [path.join(process.cwd(), '.env'), path.join(__dirname, '.env')];
|
|
20
17
|
|
|
21
18
|
for (const envPath of envPaths) {
|
|
22
19
|
try {
|