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
@@ -17,7 +17,7 @@ export default defineConfig([
'src/core/api/route-handler.js',
'src/core/cron/index.js',
'src/core/database/index.js',
'src/cli/database.js',
'src/core/database/cli.js',
'src/core/email/index.js',
'src/core/email/templates/index.js',
'src/core/storage/index.js',