7 lines
184 B
C#
7 lines
184 B
C#
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
|
|
|
var builder = WebAssemblyHostBuilder.CreateDefault(args);
|
|
|
|
builder.Services.AddLogging();
|
|
|
|
await builder.Build().RunAsync(); |