mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
6 lines
70 B
JavaScript
6 lines
70 B
JavaScript
|
|
const logger = require('./winston');
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
logger,
|
||
|
|
};
|