[lint] linting

This commit is contained in:
les
2019-10-28 17:33:20 +01:00
parent bda72f1559
commit e467a28902
56 changed files with 373 additions and 306 deletions

View File

@@ -19,7 +19,7 @@ async function main () {
await nuxt.ready()
}
nuxt.listen()
consola.info('Listen on %s:%d , visit me here => %s', config.server.host, config.server.port, config.baseurl )
consola.info('Listen on %s:%d , visit me here => %s', config.server.host, config.server.port, config.baseurl)
// close connections/port/unix socket
function shutdown () {