Skip to content

Commit cf22b71

Browse files
committed
add global
1 parent 7d48456 commit cf22b71

File tree

1 file changed

+1
-0
lines changed
  • packages/@ember/debug/ember-inspector-support

1 file changed

+1
-0
lines changed

packages/@ember/debug/ember-inspector-support/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Application from '@ember/application';
88
import type ApplicationInstance from '@ember/application/instance';
99

1010
export function setupEmberInspectorSupport() {
11+
(window as any).EMBER_INSPECTOR_SUPPORT_BUNDLED = true;
1112
window.addEventListener('ember-inspector-loaded' as any, (event: CustomEvent) => {
1213
const adapter = event.detail.adapter;
1314
const EMBER_VERSIONS_SUPPORTED = event.detail.EMBER_VERSIONS_SUPPORTED;

0 commit comments

Comments
 (0)