mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +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;
|