增加ssh key操作service

This commit is contained in:
whyour
2022-05-08 22:41:56 +08:00
parent 0218405998
commit 2c9b283b75
8 changed files with 174 additions and 51 deletions
+1 -5
View File
@@ -19,11 +19,7 @@ async function startServer() {
const server = app
.listen(config.port, () => {
Logger.info(`
################################################
🛡️ Server listening on port: ${config.port} 🛡️
################################################
`);
Logger.debug(`✌️ Back server launched on port ${config.port}`);
})
.on('error', (err) => {
Logger.error(err);