Support build different targets

This commit is contained in:
redphx
2024-04-25 17:26:47 +07:00
parent 02bd375fc8
commit 9a18d1697e
4 changed files with 52 additions and 26 deletions

View File

@@ -3,8 +3,7 @@
"module": "src/index.ts",
"type": "module",
"bin": {
"build": "build.ts",
"build-watch": "build.ts --watch"
"build": "build.ts"
},
"devDependencies": {
"@types/bun": "latest"