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",
|
"description": "A TTRPG toolbox based on solid.js and rsbuild",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
"ttrpg": "./dist/cli.js"
|
"ttrpg": "./dist/cli/index.js"
|
||||||
},
|
},
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue