Added cost calculation. It works pretty good but not 100% accurate and specific to my setup.

This commit is contained in:
douwe
2026-04-15 23:16:36 +02:00
parent 47d835d336
commit b7726e1974
6 changed files with 19761 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ using Radzen;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
// Setup Frontend
var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.RootComponents.Add<App>("#app");
builder.RootComponents.Add<HeadOutlet>("head::after");