Files

9 lines
173 B
C#
Raw Permalink Normal View History

2023-04-15 17:33:42 +08:00
using Yi.Framework.Infrastructure.AspNetCore;
Serve.Run(RunOptions.Default.WithArgs(args)
.ConfigureBuilder(x =>
{
x.WebHost.UseStartUrlsServer(x.Configuration);
}
));