mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
9 lines
130 B
TypeScript
9 lines
130 B
TypeScript
import { serve } from "bknd/adapter/cloudflare";
|
|
|
|
export default serve({
|
|
mode: "warm",
|
|
d1: {
|
|
session: true,
|
|
},
|
|
});
|