mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
- Backup DB only on real SCHEMA_VERSION change, not every app version bump - Kill idle MCP stdio bridge children to prevent orphan process leaks - Add getDistinctProviders to avoid loading every row JSON blob (OOM fix) - Update codex model list (gpt-5.6 sol/terra/luna, drop 5.3 codex variants) - Reorder Claude default models (fable first) Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
188 B
JavaScript
5 lines
188 B
JavaScript
// Shim → re-export from new SQLite-based DB layer (src/lib/db/)
|
|
export {
|
|
saveRequestDetail, getRequestDetails, getRequestDetailById, getDistinctProviders,
|
|
} from "@/lib/db/index.js";
|