mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-16 13:32:53 +02:00
「✨」 feat: monitoring module should be finished
This commit is contained in:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user