refactor: update all

This commit is contained in:
openstappsbot
2022-08-17 13:09:40 +00:00
committed by Rainer Killinger
parent a20200e52a
commit 6e07041215
4 changed files with 1341 additions and 485 deletions

View File

@@ -101,6 +101,7 @@ configureApp(app, {elasticsearch: Elasticsearch})
// After app setup listen on provided port, on all network interfaces
server.listen(port);
})
// eslint-disable-next-line unicorn/prefer-top-level-await
.catch(error => {
throw error;
});