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:
@@ -13,6 +13,7 @@ export class DevCommand extends PackageSelectorCommand {
|
||||
'@affine/mobile',
|
||||
'@affine/ios',
|
||||
'@affine/android',
|
||||
'@affine/admin',
|
||||
];
|
||||
|
||||
protected deps = Option.Boolean('--deps', {
|
||||
|
||||
Reference in New Issue
Block a user