export function configure(aurelia) { aurelia.use .standardConfiguration() .developmentLogging(); aurelia.start() .then(() => aurelia.setRoot('shell')); }