Hi @tony.kay! I see that in https://www.youtube.com/watch?v=3_HsamkcZu4 is a call to inspect/app-started!
- why? When would I want to cal it, whenever I create a new app? Or does inspect pick the app manually sometimes? Thank you!
That is auto-called from mount
, so if you don’t (or have not yet) called mount, then Inspect won’t connect until something does…thus the manual call
Thanks a lot!