Files
Servers/MoonlightServers.ApiServer/Program.cs

7 lines
116 B
C#

using Moonlight.ApiServer;
var startup = new Startup();
await startup.Run(args, [
typeof(Program).Assembly
]);