Skip to content

Commit

Permalink
fix: remove some proxy imports that are not coming from volo side
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeyyeKurtulus committed Sep 4, 2024
1 parent e4fcc07 commit ddaff49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions npm/ng-packs/packages/schematics/src/constants/volo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export const SAAS_NAMESPACE = 'Volo.Saas';
export const TENANT_KEY = 'tenant';

export const VOLO_PACKAGE_PROXY_IMPORTS = new Map<string, string>([
['Volo.Abp.Identity.IdentityUserDto', '@volo/abp.ng.identity/proxy'],
['Volo.Abp.Identity.IdentityRoleDto', '@volo/abp.ng.identity/proxy'],
['Volo.Abp.FileManagement.FileDescriptorDto', '@volo/abp.ng.file-management/proxy'],
['Volo.Abp.FileManagement.DirectoryContentDto', '@volo/abp.ng.file-management/proxy'],
['Volo.Abp.AuditLogging.AuditLogDto', '@volo/abp.ng.audit-logging/proxy'],
Expand Down

0 comments on commit ddaff49

Please sign in to comment.