I started messing around with building a custom lovelace card and would like to utilize some of the core libraries / functions within the frontend/src directory. How do I import them from within a custom lovelace card that lives at config/www/my-card.js?
I wasn’t able to find any great examples in the documentation nor looking at other custom components. Is it even possible?!