Skip to content

Commit 5dc3b83

Browse files
author
Calvinn Ng
committed
make merge to overwrite existing configs
1 parent 4733204 commit 5dc3b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config/load.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async function loadSerializedConfig(
136136

137137
if (remoteConfigServerUrl) {
138138
const remoteConfigJson = await fetchRemoteConfig(remoteConfigServerUrl.href);
139-
config = mergeJson(config, remoteConfigJson, "merge", configMergeKeys);
139+
config = mergeJson(config, remoteConfigJson, "overwrite", configMergeKeys);
140140
}
141141

142142
for (const workspaceConfig of workspaceConfigs) {

0 commit comments

Comments
 (0)