Sha256: e3fda0894f3a54b760711e8390027dc9c0e427026f71e429a0a200ce249893e5

Contents?: true

Size: 389 Bytes

Versions: 7

Compression:

Stored size: 389 Bytes

Contents

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

const App = Application.extend({
  modulePrefix: config.modulePrefix,
  podModulePrefix: config.podModulePrefix,
  Resolver
});

loadInitializers(App, config.modulePrefix);

export default App;

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
logster-2.1.0 client-app/app/app.js
logster-2.0.1 client-app/app/app.js
logster-2.0.0.pre client-app/app/app.js
logster-1.4.0.pre client-app/app/app.js
logster-1.3.4 client-app/app/app.js
logster-1.3.3 client-app/app/app.js
logster-1.3.2 client-app/app/app.js