feat: add launch log

This commit is contained in:
DIYgod
2021-02-26 16:51:02 +08:00
parent 1e4de08ea2
commit 1178cac2eb
+1
View File
@@ -29,6 +29,7 @@ if (config.enableCluster && cluster.isMaster && process.env.NODE_ENV !== 'test'
}
logger.info('🎉 RSSHub start! Cheers!');
logger.info('💖 Can you help keep this open source project alive? Please sponsor 👉 https://docs.rsshub.app/en/support');
module.exports = server;
}