Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Sep 26, 2024
1 parent 3468e65 commit a46e527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecc/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const LIBS = (() => {

(async function loadPage() {
const { loadArea, setConfig, getConfig, updateConfig, loadLana } = await import(`${LIBS}/utils/utils.js`);
window.miloConfig = setConfig({ ...CONFIG, miloLibs: LIBS });
setConfig({ ...CONFIG, miloLibs: LIBS });
const eccEnv = getECCEnv(getConfig());
window.miloConfig = updateConfig({ ...getConfig(), eccEnv });
await loadLana({ clientId: 'ecc-milo' });
Expand Down

0 comments on commit a46e527

Please sign in to comment.