Files
Samuele Locatelli 026897d9e1 Fix proj move
2025-07-18 08:57:38 +02:00

6 lines
153 B
C#

using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
await builder.Build().RunAsync();