@paulyoder wrote:
I’m trying to debug an issue with a setting value on the
ENVobject set in theenvironment.jsfile but I don’t know how to access theENVobject from the console.I see that
EmberENVobject is available, but the setting I’m looking at is on theENV.APPobject.For example, I’m trying to see the value for the
ENV.APP.mySettingproperty below:let ENV = { ... APP: { mySetting: 'someValue' } }What’s the easiest way to see that setting from the console?
Posts: 3
Participants: 3