tia/src/db/scoped.ts
Mannu f4a1d4544b Fix scoped.ts TypeScript error - simplify to avoid transaction type issue
The Drizzle transaction generic type was causing a type mismatch error.
Since withFamilyContext and getScopedDb were not used anywhere,
simplify the file to just re-export sql and dbUnscoped.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 23:17:38 +05:30

3 lines
No EOL
71 B
TypeScript

import { sql, dbUnscoped } from "./index";
export { sql, dbUnscoped };