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