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 432a7f1 commit 34fdebcCopy full SHA for 34fdebc
src/index.js
@@ -53,7 +53,7 @@ if (!process.env.PARSE_DASHBOARD_CONFIG) {
53
configFromCLI.data.useEncryptedPasswords = configUserPasswordEncrypted;
54
}
55
} else if (!configServerURL && !configPrimaryKey && !configAppName) {
56
- configFile = path.join(__dirname, 'parse-dashboard-config.json');
+ configFile = path.join(__dirname, 'lib', 'parse-dashboard-config.json');
57
58
} else {
59
configFromCLI = {
0 commit comments