fix: cli path

This commit is contained in:
hypercross 2026-02-26 16:06:24 +08:00
parent e4bdd06182
commit 3efc3b59ad
1 changed files with 1 additions and 1 deletions

View File

@ -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",