store session cookie/header name in constants, updated docs

This commit is contained in:
dswbx
2025-06-07 09:29:38 +02:00
parent a82fbe7400
commit 63988e0c5f
2 changed files with 7 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ export {
type GetBindingType,
type BindingMap,
} from "./bindings";
export { constants } from "./config";
export function d1(config: D1ConnectionConfig) {
return new D1Connection(config);