// ##RUNTIME_IMPORT## import { bootstrap } from '@telia-ace/widget-core-flamingo'; // ##PLUGIN_IMPORTS## (async () => { bootstrap( '##SITE_URL##', (siteConfig) => { siteConfig.applications.forEach((config) => { // ##PLUGINS## }); } ); })();