Sha256: 17f7586e23ff21ab07149e6e72a32bafcdca63e1d1d44d728b8ce1931423bf09

Contents?: true

Size: 393 Bytes

Versions: 14

Compression:

Stored size: 393 Bytes

Contents

import Application from "@ember/application";
import Resolver from "ember-resolver";
import loadInitializers from "ember-load-initializers";
import config from "client-app/config/environment";

export default class App extends Application {
  modulePrefix = config.modulePrefix;
  podModulePrefix = config.podModulePrefix;
  Resolver = Resolver;
}

loadInitializers(App, config.modulePrefix);

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
logster-2.20.0 client-app/app/app.js
logster-2.19.1 client-app/app/app.js
logster-2.19.0 client-app/app/app.js
logster-2.18.1 client-app/app/app.js
logster-2.18.0 client-app/app/app.js
logster-2.17.1 client-app/app/app.js
logster-2.17.0 client-app/app/app.js
logster-2.16.0 client-app/app/app.js
logster-2.15.0 client-app/app/app.js
logster-2.14.0 client-app/app/app.js
logster-2.13.1 client-app/app/app.js
logster-2.13.0 client-app/app/app.js
logster-2.12.2 client-app/app/app.js
logster-2.12.1 client-app/app/app.js