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