5.4.0-alpha.49 • Published 16 hours ago

@ember-data-mirror/debug v5.4.0-alpha.49

Weekly downloads
-
License
MIT
Repository
github
Last release
16 hours ago

@ember-data-mirror/debug

Provides ember-inspector support for Ember apps built with EmberData

Installation

Note If using ember-data, this library comes pre-installed.

pnpm install @ember-data-mirror/debug

Usage

removing inspector support in production

If you do not want to ship inspector support in your production application, you can specify that all support for it should be stripped from the build.

let app = new EmberApp(defaults, {
  emberData: {
    includeDataAdapterInProduction: false,
  },
});

License

This project is licensed under the MIT License.