Hi All,
How do I initiate the mountToApp() execution of my custom module without calling it inside another existing SCA module?
In distro.json, I added my custom module in "modules" object/array. But without adding my custom module as dependency in another SCA module and then calling it's mountToApp() method, I am unable to start execution of my custom module. Please guide what am I missing?
Thanks