mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-05 03:25:10 +08:00
chore(tools): add @affine/admin to available packages (#12507)
 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added '@affine/admin' to the list of selectable packages for development commands. - **Enhancements** - Improved package selection prompt by displaying up to 10 choices at a time for easier navigation. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -124,6 +124,7 @@ export abstract class PackageSelectorCommand extends Command {
|
||||
name,
|
||||
value: name,
|
||||
})),
|
||||
pageSize: 10,
|
||||
default: '@affine/web',
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user