We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a9757 commit 45e10a8Copy full SHA for 45e10a8
src/config.ts
@@ -19,7 +19,7 @@ const cliConfig = argv(process.argv.slice(2)) as unknown as Partial<UserConfig>;
19
const defaults: UserConfig = {
20
apiBaseUrl: "https://cloud.mongodb.com/",
21
clientId: "0oabtxactgS3gHIR0297",
22
- stateFile: path.resolve("./state.json"),
+ stateFile: path.join(getLocalDataPath(), "state.json"),
23
projectId: "",
24
};
25
0 commit comments