mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
mcp: sorting tools, fixed cloudflare example, fixed some styling
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
/**
|
||||
* Optionally wrapping the configuration with the `withPlatformProxy` function
|
||||
* enables programmatic access to the bindings, e.g. for generating types.
|
||||
*
|
||||
* We're using separate files, so that "wrangler" doesn't get bundled with your worker.
|
||||
*/
|
||||
|
||||
import { withPlatformProxy } from "bknd/adapter/cloudflare";
|
||||
import config from "./config.ts";
|
||||
|
||||
export default withPlatformProxy({
|
||||
d1: {
|
||||
session: true,
|
||||
},
|
||||
});
|
||||
export default withPlatformProxy(config);
|
||||
|
||||
Reference in New Issue
Block a user