DevServer things :>
This commit is contained in:
10
Moonlight.ApiServer/DevServer.cs
Normal file
10
Moonlight.ApiServer/DevServer.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Moonlight.ApiServer;
|
||||
|
||||
public static class DevServer
|
||||
{
|
||||
public async static Task Run(string[] args)
|
||||
{
|
||||
Console.WriteLine("Preparing development server");
|
||||
await Program.Main(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user