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:
Cameron Pak
2026-04-06 07:34:25 -05:00
parent 62f6985e8f
commit 9e0382389e
12 changed files with 31 additions and 40 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ async function buildAdapters() {
}),
tsup.build({
...baseConfig("web"),
...baseConfig("universal"),
platform: "neutral",
}),