Vibe deck improvements

This commit is contained in:
2026-06-25 11:27:13 -04:00
parent f8b0974b79
commit 0289063d29
13 changed files with 716 additions and 680 deletions
+1
View File
@@ -8,5 +8,6 @@ builder.RootComponents.Add<HeadOutlet>("head::after");
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) });
builder.Services.AddTelerikBlazor();
builder.Services.AddSingleton<Shared.Services.CardRenderingService>();
await builder.Build().RunAsync();