mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
moved almost all deps to dev to speed up installs, updated nextjs docs
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ await tsup.build({
|
||||
watch,
|
||||
entry: ["src/ui/index.ts", "src/ui/client/index.ts", "src/ui/main.css"],
|
||||
outDir: "dist/ui",
|
||||
external: ["bun:test"],
|
||||
external: ["bun:test", "react", "react-dom", "use-sync-external-store"],
|
||||
metafile: true,
|
||||
platform: "browser",
|
||||
format: ["esm", "cjs"],
|
||||
|
||||
Reference in New Issue
Block a user