mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
import type { CloudflareBkndConfig } from "bknd/adapter/cloudflare";
|
|
|
|
export default {
|
|
d1: {
|
|
session: true,
|
|
},
|
|
} satisfies CloudflareBkndConfig;
|