Sha256: c4e448d91694edd5849fd27c0fb01abd8ab801ae72a0be2f370b2f59a9b3f06a

Contents?: true

Size: 380 Bytes

Versions: 23

Compression:

Stored size: 380 Bytes

Contents

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

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

loadInitializers(App, config.modulePrefix);

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
logster-2.11.4 client-app/app/app.js
logster-2.11.3 client-app/app/app.js
logster-2.11.2 client-app/app/app.js
logster-2.11.1 client-app/app/app.js
logster-2.11.0 client-app/app/app.js
logster-2.10.1 client-app/app/app.js
logster-2.10.0 client-app/app/app.js
logster-2.9.8 client-app/app/app.js
logster-2.9.7 client-app/app/app.js
logster-2.9.6 client-app/app/app.js
logster-2.9.5 client-app/app/app.js
logster-2.9.4 client-app/app/app.js
logster-2.9.3 client-app/app/app.js
logster-2.9.2 client-app/app/app.js
logster-2.9.1 client-app/app/app.js
logster-2.9.0 client-app/app/app.js
logster-2.8.0 client-app/app/app.js
logster-2.7.1 client-app/app/app.js
logster-2.7.0 client-app/app/app.js
logster-2.6.3 client-app/app/app.js