blind_chat / src /lib /server /database.ts
lauro1's picture
test
faca43f
raw
history blame
No virus
469 Bytes
let client = undefined
export const connectPromise = undefined
const db = undefined
const conversations = undefined
const sharedConversations = undefined
const abortedGenerations = undefined
const settings = undefined
const users = undefined
const webSearches = undefined
const messageEvents = undefined
export { client, db };
export const collections = {
conversations,
sharedConversations,
abortedGenerations,
settings,
users,
webSearches,
messageEvents,
};