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:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user