exported the generateRandomImage function :)

This commit is contained in:
2024-03-22 13:32:01 +01:00
parent 90c5f9ec8e
commit 8bb360b751
4 changed files with 9 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ import dts from "bun-plugin-dts";
await Bun.build({
entrypoints: ["./src/index.ts"],
outdir: "./dist",
target: "node",
minify: true,
plugins: [dts()],
});