Skip to content

Commit 34fdebc

Browse files
authored
add lib to path
1 parent 432a7f1 commit 34fdebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (!process.env.PARSE_DASHBOARD_CONFIG) {
5353
configFromCLI.data.useEncryptedPasswords = configUserPasswordEncrypted;
5454
}
5555
} else if (!configServerURL && !configPrimaryKey && !configAppName) {
56-
configFile = path.join(__dirname, 'parse-dashboard-config.json');
56+
configFile = path.join(__dirname, 'lib', 'parse-dashboard-config.json');
5757
}
5858
} else {
5959
configFromCLI = {

0 commit comments

Comments
 (0)