blind_chat / src /lib /server /database.ts
JoFrost
update to current version
5528541
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,
};