AdminPanel/AppHost/Program.cs

4 lines
82 B
C#

var builder = DistributedApplication.CreateBuilder(args);
builder.Build().Run();