adapter(cf): fix exports and type name for do db (#232)

This commit is contained in:
dswbx
2025-08-12 15:30:45 +02:00
committed by GitHub
parent 375d2c205f
commit 725a2d453a
2 changed files with 5 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ export * from "./cloudflare-workers.adapter";
export { makeApp, getFresh } from "./modes/fresh";
export { getCached } from "./modes/cached";
export { d1Sqlite, type D1ConnectionConfig };
export { doSqlite, type DoConnectionConfig } from "./connection/DoConnection";
export {
getBinding,
getBindings,