You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(db): centralize Mongo access via db service; refactor runtime to use it
- Add src/lib/server/db.ts with helpers for conversations, shared, messageEvents, settings, users, sessions, tokenCache, config, reports, assistants, files, abortedGenerations
- Refactor runtime routes/libs to use db service instead of direct collections access
- Keep migrations/tests on collections for now
- No user-facing behavior changes; structural refactor only
0 commit comments