first try

This commit is contained in:
2025-07-06 12:10:09 +02:00
parent 34fb0e764d
commit 5b6bc649a1
4 changed files with 445 additions and 972 deletions

9
build.config.ts Normal file
View File

@ -0,0 +1,9 @@
import { defineBuildConfig } from "unbuild";
export default defineBuildConfig({
entries: ["./src/index"],
outDir: "build",
rollup: {
inlineDependencies: true,
},
});