7 lines
116 B
C#
7 lines
116 B
C#
using Moonlight.ApiServer;
|
|
|
|
var startup = new Startup();
|
|
|
|
await startup.Run(args, [
|
|
typeof(Program).Assembly
|
|
]); |