ARCH-2: add Aspire AppHost + ServiceDefaults (Aspire 13.4.2)
- New projects GerbilManager.AppHost / GerbilManager.ServiceDefaults (templates) - Added both to GerbilManager.slnx - WebAPI references ServiceDefaults; AddServiceDefaults + MapDefaultEndpoints wired Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
3
GerbilManager.AppHost/AppHost.cs
Normal file
3
GerbilManager.AppHost/AppHost.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
var builder = DistributedApplication.CreateBuilder(args);
|
||||
|
||||
builder.Build().Run();
|
||||
Reference in New Issue
Block a user