mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
optimize adapter imports to deduplicate
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createRuntimeApp } from "adapter";
|
||||
import { App } from "bknd";
|
||||
import { createRuntimeApp } from "bknd/adapter";
|
||||
import type { CloudflareBkndConfig, Context } from "../index";
|
||||
|
||||
export async function getCached(config: CloudflareBkndConfig, { env, ctx, ...args }: Context) {
|
||||
|
||||
Reference in New Issue
Block a user