Attach BesService to the global window for broader compatibility

This commit is contained in:
Aljaž Grilc 2024-11-05 09:05:20 +01:00
parent 49d21da518
commit 4918dbfb36

View File

@ -2236,4 +2236,4 @@ window.addEventListener('load', () => {
.forEach(hostElement => BesService.registerByElement(hostElement))
})
export { BesService }
window.BesService = BesService