mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
optimize adapter imports to deduplicate
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type { APIContext } from "astro";
|
||||
import { App } from "bknd";
|
||||
import { serve } from "bknd/adapter/astro";
|
||||
import { registerLocalMediaAdapter } from "bknd/adapter/node";
|
||||
import { registerLocalMediaAdapter, serve } from "bknd/adapter/astro";
|
||||
import { boolean, em, entity, text } from "bknd/data";
|
||||
import { secureRandomString } from "bknd/utils";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user