mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
feat: disable console log for pkg
This commit is contained in:
@@ -3,7 +3,14 @@ const config = require('./config');
|
||||
|
||||
module.exports = {
|
||||
init: (conf) => {
|
||||
config.set(conf);
|
||||
config.set(
|
||||
Object.assign(
|
||||
{
|
||||
isPackage: true,
|
||||
},
|
||||
conf
|
||||
)
|
||||
);
|
||||
app = require('./app');
|
||||
},
|
||||
request: (path) =>
|
||||
|
||||
Reference in New Issue
Block a user