Add biome and autofix

This commit is contained in:
Endeavorance 2025-01-07 15:00:22 -05:00
parent 0036079c75
commit ba73b0a1f7
10 changed files with 350 additions and 318 deletions

View file

@ -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",
});