You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When including this addon inside an Ember “app”, `app.options.configPath` is not defined.
This file is, under almost all but the most unusual circumstances, this file will be located at `config/environment` relative to the project root. By providing that as a default to fall back on in the case that the configuration option is not provided, including this addon inside an Ember app works again!
0 commit comments