修改任务启动参数

This commit is contained in:
whyour
2022-09-21 21:28:31 +08:00
parent ae891f8e55
commit 36f4c3c02c
5 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ async function startServer() {
const server = app
.listen(config.port, () => {
Logger.debug(`✌️ Back server launched on port ${config.port}`);
Logger.debug(`✌️ 后端服务启动成功!`);
})
.on('error', (err) => {
Logger.error(err);