fix: cli path
This commit is contained in:
parent
e4bdd06182
commit
3efc3b59ad
|
|
@ -4,7 +4,7 @@
|
|||
"description": "A TTRPG toolbox based on solid.js and rsbuild",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"ttrpg": "./dist/cli.js"
|
||||
"ttrpg": "./dist/cli/index.js"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
|
|
|
|||
Loading…
Reference in New Issue