System.register([], function (_export, _context) { "use strict"; function configure(aurelia) { aurelia.use.standardConfiguration().developmentLogging().feature('resources').feature('views'); aurelia.start().then(function () { return aurelia.setRoot('shell'); }); } _export('configure', configure); return { setters: [], execute: function () {} }; }); //# sourceMappingURL=main.js.map