Sha256: f717b096ea2eea9579d911ae74112f48c1c009932ae4e7c4ecfc4baad40510a1

Contents?: true

Size: 375 Bytes

Versions: 12

Compression:

Stored size: 375 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

12 entries across 12 versions & 1 rubygems

Version Path
logster-2.5.1 client-app/app/app.js
logster-2.5.0 client-app/app/app.js
logster-2.4.2 client-app/app/app.js
logster-2.4.1 client-app/app/app.js
logster-2.4.0 client-app/app/app.js
logster-2.3.3 client-app/app/app.js
logster-2.3.2 client-app/app/app.js
logster-2.3.1 client-app/app/app.js
logster-2.3.0 client-app/app/app.js
logster-2.2.0 client-app/app/app.js
logster-2.1.2 client-app/app/app.js
logster-2.1.1 client-app/app/app.js