fix cli package.json

This commit is contained in:
Aman Varshney
2025-02-12 13:29:50 +05:30
parent 555f9986e8
commit e998419ecd

View File

@@ -4,7 +4,7 @@
"description": "CLI tool to scaffold Better-T Stack projects", "description": "CLI tool to scaffold Better-T Stack projects",
"type": "module", "type": "module",
"bin": { "bin": {
"create-better-t-stack": "./dist/index.js" "create-better-t-stack": "dist/index.js"
}, },
"scripts": { "scripts": {
"build": "tsup", "build": "tsup",