hello-shop/src/HelloShop.WebApp/HelloShop.WebApp.Client/Program.cs
2025-05-14 22:19:22 +08:00

9 lines
281 B
C#

// Copyright (c) HelloShop Corporation. All rights reserved.
// See the license file in the project root for more information.
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
await builder.Build().RunAsync();