Skip to content

Commit cbca03f

Browse files
update: add config path for account package
1 parent 2d4470d commit cbca03f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/account/src/Volo.Abp.Account.Installer/AngularInstallationInfo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
"paths": [
2727
"angular/projects/account/src/public-api.ts"
2828
]
29+
},
30+
{
31+
"name": "@abp/ng.account/config",
32+
"paths": [
33+
"angular/projects/account/config/src/public-api.ts"
34+
]
2935
}
3036
]
3137
}

0 commit comments

Comments
 (0)