feat(site): HTTP deployment-config fetcher + DI + options

This commit is contained in:
Joseph Doherty
2026-06-26 13:19:37 -04:00
parent 298a9af59e
commit 7a085444e4
6 changed files with 331 additions and 0 deletions
@@ -16,6 +16,7 @@
<PackageReference Include="Microsoft.Data.Sqlite" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Http" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Options" />
</ItemGroup>