Skip to content

Commit

Permalink
Merge pull request #34 from adobecom/lana-main
Browse files Browse the repository at this point in the history
MWPW-159080-Add lana logging
  • Loading branch information
Ruchika4 authored Oct 29, 2024
2 parents 9a4fb0e + a6bff14 commit 7ecccf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ const miloLibs = setLibs(LIBS);
}());

(async function loadPage() {
const { loadArea, setConfig } = await import(`${miloLibs}/utils/utils.js`);
const { loadArea, setConfig, loadLana } = await import(`${miloLibs}/utils/utils.js`);
// eslint-disable-next-line no-unused-vars
const config = setConfig({ ...CONFIG, miloLibs });
loadLana({ clientId: 'news' });
await loadArea();
}());

0 comments on commit 7ecccf3

Please sign in to comment.