Dipper/Dipper.Demo/Program.cs

8 lines
123 B
C#
Raw Normal View History

2022-11-09 22:06:06 +08:00
using Dipper.Alioth;
using Dipper.Alioth.Web;
WebStarHost.CreateWebHost()
.Run(args, options =>
{
});