mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
minor fixes in build and console
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ async function buildApi() {
|
||||
watch,
|
||||
entry: ["src/index.ts", "src/data/index.ts", "src/core/index.ts", "src/core/utils/index.ts"],
|
||||
outDir: "dist",
|
||||
external: ["bun:test", "@libsql/client", /^bknd/],
|
||||
external: ["bun:test", "@libsql/client", "bknd/client"],
|
||||
metafile: true,
|
||||
platform: "browser",
|
||||
format: ["esm"],
|
||||
|
||||
Reference in New Issue
Block a user