I have following questions regarding using Ember instance initializer inside an addon/engine;
- Is there a naming convention to be followed for the instance initializer ?
- At what point of time exactly is the instance initializer executed (when doing local ember build / ember server) ?
- How can we debug or see values within the instance initializer ? (e.g. if I have code whoch checks appInstance.mountPoint, how do I print/see it’s value within the debug/logs) ?