This commit is contained in:
2025-06-21 16:31:00 +08:00
parent a150cbc533
commit ce7cd03cb3
18 changed files with 387 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
"types": "app.d.ts",
"scripts": {
"build": "bun run bun.config.mjs",
"postbuild": "dts -i src/index.ts -o app.d.ts",
"postbuild2": "dts -i src/index.ts -o app.d.ts",
"cmd": "tsx src/test/command.ts ",
"dts": "dts -i src/index.js -o app.d.ts"
},