File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Resolver from 'ember-resolver';
44import loadInitializers from 'ember-load-initializers' ;
55import config from '<%= modulePrefix %>/config/environment' ;
66import { importSync , isDevelopingApp , macroCondition } from '@embroider/macros' ;
7+ import setupInspector from '@embroider/legacy-inspector-support/ember-source-4.12' ;
78
89if ( macroCondition ( isDevelopingApp ( ) ) ) {
910 importSync ( './deprecation-workflow' ) ;
@@ -13,6 +14,7 @@ export default class App extends Application {
1314 modulePrefix = config . modulePrefix ;
1415 podModulePrefix = config . podModulePrefix ;
1516 Resolver = Resolver . withModules ( compatModules ) ;
17+ inspector = setupInspector ( this ) ;
1618}
1719
1820loadInitializers ( App , config . modulePrefix , compatModules ) ;
Original file line number Diff line number Diff line change 5656 "@embroider/compat" : " ^4.1.3" ,
5757 "@embroider/router" : " ^3.0.3" ,
5858 "@embroider/config-meta-loader" : " ^1.0.0" ,
59+ "@embroider/legacy-inspector-support" : " ^0.1.2" ,
5960 "@eslint/js" : " ^9.34.0" ,
6061 "@glimmer/component" : " ^2.0.0<% if (typescript) { %>" ,
6162 "@glint/core" : " ^1.5.2" ,
You can’t perform that action at this time.
0 commit comments