creation des projets blazor pour le GUI
All checks were successful
Main Build Process / Build & Test (pull_request) Successful in 1m21s

This commit is contained in:
2026-02-09 21:43:12 +01:00
parent f089f436a7
commit 09bbd6863a
71 changed files with 60469 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
await builder.Build().RunAsync();