This commit is contained in:
张成
2025-11-26 20:25:02 +08:00
parent 60f13c3ad7
commit 4db078c80a
6 changed files with 167 additions and 17 deletions

2
app.js
View File

@@ -36,7 +36,7 @@ async function startApp() {
// 启动调度系统
// await schedule.init();
await schedule.init();
// 优雅关闭处理
process.on('SIGINT', async () => {