mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix cli package.json
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user