mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 09:06: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
-1
@@ -331,7 +331,7 @@ async function buildAdapters() {
|
||||
}),
|
||||
|
||||
tsup.build({
|
||||
...baseConfig("web"),
|
||||
...baseConfig("universal"),
|
||||
platform: "neutral",
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user