Replace tsup with tsdown, add shebang for CLI

This commit is contained in:
Aman Varshney
2025-04-28 04:36:43 +05:30
parent 5ce1c9a28c
commit 49f1fa135f
5 changed files with 198 additions and 213 deletions

View File

@@ -45,8 +45,8 @@
},
"homepage": "https://better-t-stack.amanv.dev/",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"build": "tsdown",
"dev": "tsdown --watch",
"check-types": "tsc --noEmit",
"check": "biome check --write .",
"test": "vitest run",
@@ -68,7 +68,7 @@
"@types/globby": "^9.1.0",
"@types/node": "^22.14.1",
"@types/yargs": "^17.0.33",
"tsup": "^8.4.0",
"tsdown": "^0.9.9",
"typescript": "^5.8.3"
}
}