move entry point manifest to bundle
This commit is contained in:
@@ -17,4 +17,10 @@ export const manifests = [
|
||||
...currentUserManifests,
|
||||
...userPermissionManifests,
|
||||
...modalManifests,
|
||||
{
|
||||
name: 'User Management Entry Point',
|
||||
alias: 'Umb.EntryPoint.UserManagement',
|
||||
type: 'entryPoint',
|
||||
loader: () => import('./entry-point.js'),
|
||||
},
|
||||
];
|
||||
|
||||
@@ -7,10 +7,4 @@ export const extensions = [
|
||||
type: 'bundle',
|
||||
loader: () => import('./manifests.js'),
|
||||
},
|
||||
{
|
||||
name: 'User Management Entry Point',
|
||||
alias: 'Umb.EntryPoint.UserManagement',
|
||||
type: 'entryPoint',
|
||||
loader: () => import('./entry-point.js'),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user