The recipes.blue monorepo recipes.blue
recipes appview atproto
at feature/nextjs-frontend 7 lines 134 B view raw
1import type { LibSQLDatabase } from "drizzle-orm/libsql"; 2 3declare global { 4 interface RouterContext { 5 db: LibSQLDatabase; 6 } 7}