Add biome and autofix
This commit is contained in:
parent
0036079c75
commit
ba73b0a1f7
10 changed files with 350 additions and 318 deletions
8
build.ts
8
build.ts
|
@ -1,8 +1,8 @@
|
|||
import dts from "bun-plugin-dts";
|
||||
|
||||
await Bun.build({
|
||||
entrypoints: ["./src/index.ts"],
|
||||
outdir: "./dist",
|
||||
plugins: [dts()],
|
||||
target: "browser",
|
||||
entrypoints: ["./src/index.ts"],
|
||||
outdir: "./dist",
|
||||
plugins: [dts()],
|
||||
target: "browser",
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue