」 feat: monitoring module should be finished

This commit is contained in:
2025-07-23 14:05:23 +02:00
parent 644aeb4663
commit ad5fa3df4c
14 changed files with 19175 additions and 9 deletions

View File

@ -13,6 +13,12 @@ const loggerOption = {
}
};
function sigHandle(signal) {
process.exit(0);
}
process.on('SIGINT', sigHandle);
async function start() {
const target = process.env.API_TARGET || 'all';