Ensured the assembly scanner picks up shared and core components
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-09 21:52:31 +02:00
parent e7f02eca9b
commit 11dfd18a44
5 changed files with 18 additions and 5 deletions
@@ -14,7 +14,7 @@ builder.Services.AddScopedFeatureManagement();
builder.Services
.AddLogging()
.AddShopServices()
.AddShopServices()
.AddHostedService<ProductsSeederService>()
.AddHostedService<CategorySeederService>()
.AddHostedService<CustomerSeederService>()