Skip to content

Commit 6d96c0b

Browse files
committed
update file name for config
1 parent f823c09 commit 6d96c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/paths.utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ const modulePath = path.join(
1010

1111
module.exports = {
1212
modulePath,
13-
configFilePath: `${projectDir}/config-overrides`,
13+
configFilePath: `${projectDir}/config-extends`,
1414
paths: require(`${modulePath}/config/paths`);,
1515
};

0 commit comments

Comments
 (0)