Initial commit
This commit is contained in:
commit
47d0ec687b
15 changed files with 1704 additions and 0 deletions
8
build.ts
Normal file
8
build.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import dts from "bun-plugin-dts";
|
||||
|
||||
await Bun.build({
|
||||
entrypoints: ["./src/index.ts"],
|
||||
outdir: "./dist",
|
||||
plugins: [dts()],
|
||||
target: "bun",
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue