fix: update database CLI entry point path

Move the database CLI entry point from `src/cli/database.js` to
`src/core/database/cli.js` to better reflect its location within
the core database module. Update both the `package.json` bin path
and `tsup.config.js` build entry accordingly.
This commit is contained in:
2026-04-14 19:29:07 -04:00
parent 91c86172e4
commit 6a5f43d50e
3 changed files with 133 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"prepublishOnly": "npm run build"
},
"bin": {
"zen-db": "./dist/cli/database.js"
"zen-db": "./dist/core/database/cli.js"
},
"dependencies": {
"@headlessui/react": "^2.0.0",