mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
Refactor web adapter to universal adapter
Rename the web adapter to universal adapter to better reflect its framework-agnostic nature. This change involves updating package.json, file paths, and documentation.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { em, entity, text, boolean } from "bknd";
|
||||
import { registerLocalMediaAdapter } from "bknd/adapter/node";
|
||||
import type { Config } from "bknd/adapter/web";
|
||||
import type { Config } from "bknd/adapter/universal";
|
||||
|
||||
const local = registerLocalMediaAdapter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user