9705b6c
1
2
3
4
5
const connectDb = require('./connectDb'); const indexSync = require('./indexSync'); module.exports = { connectDb, indexSync };