You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@description run the server if and only if this file is being run directly. Ignoring from code coverage as it's not possible to actually cover these lines.
*/
/* istanbul ignore next */
if (!module.parent) {
application().then(app => {
app.listen(config.env.port, () => {
// Mean to console.log out, so disabling eslint
console.log(`Server starting on ${config.env.url}`); // eslint-disable-line no-console