Merge pull request #251 from bknd-io/fix/cf-adapter-exports

cloudflare: fix missing serve export
This commit is contained in:
dswbx
2025-09-05 09:18:36 +02:00
committed by GitHub

View File

@@ -3,6 +3,7 @@ import { d1Sqlite, type D1ConnectionConfig } from "./connection/D1Connection";
export {
getFresh,
createApp,
serve,
type CloudflareEnv,
type CloudflareBkndConfig,
} from "./cloudflare-workers.adapter";