Skip to content

Commit

Permalink
fix: enable component inspector by setting EmberENV._DEBUG_RENDER_TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Sep 1, 2022
1 parent a797a21 commit 9ff5fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = function (environment) {
rootURL: '/',
locationType: 'history',
EmberENV: {
_DEBUG_RENDER_TREE: true,
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
Expand Down

0 comments on commit 9ff5fdb

Please sign in to comment.