mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
* chore: remove agenda and npm audit fix * refactor: import conversations without agenda * chore: update package-lock.json and data-provider version to 0.6.7 * fix: import conversations * chore: client npm audit fix
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
const importers = require('./importers');
|
|
const importConversations = require('./importConversations');
|
|
|
|
module.exports = {
|
|
...importers,
|
|
importConversations,
|
|
};
|