1import drizzle from "./drizzle.ts"; 2 3export const ctx = { 4 db: drizzle.db, 5}; 6 7export type Context = typeof ctx;