mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
refactor(data-schemas): remove legacy mongoMeili plugin and related schemas
- Deleted the mongoMeili plugin and its associated schemas (messageSchema, pluginAuthSchema) to streamline the codebase. - Updated PluginService to import PluginAuth directly from data-schemas. - Introduced a new meiliLogger configuration file for improved logging functionality.
This commit is contained in:
parent
ea459749f9
commit
848cb6f871
6 changed files with 259 additions and 659 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const PluginAuth = require('~/models/schema/pluginAuthSchema');
|
||||
const { PluginAuth } = require('@librechat/data-schemas');
|
||||
const { encrypt, decrypt } = require('~/server/utils/');
|
||||
const { logger } = require('~/config');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue