5 lines
91 B
C#
5 lines
91 B
C#
using MoonlightServers.Daemon;
|
|
|
|
var startup = new Startup();
|
|
|
|
await startup.RunAsync(args); |