mongossee 1.0.7 → 1.0.8
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -7,8 +7,8 @@ const yargs = require('yargs/yargs');
|
|
|
7
7
|
const { hideBin } = require('yargs/helpers');
|
|
8
8
|
|
|
9
9
|
// 👇 CHANGE 1: Ab hum key ko User ke Home folder mein dhoondhenge
|
|
10
|
-
// Windows par path hoga: C:\Users\rajga\.
|
|
11
|
-
const envPath = path.join(os.homedir(), '.
|
|
10
|
+
// Windows par path hoga: C:\Users\rajga\.mongossee-env
|
|
11
|
+
const envPath = path.join(os.homedir(), '.mongossee-env');
|
|
12
12
|
require('dotenv').config({ path: envPath });
|
|
13
13
|
|
|
14
14
|
// 👇 CHANGE 2: Key check karein
|