Preparations for plugin/module development
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using System.Reflection;
|
||||
|
||||
namespace Moonlight.ApiServer;
|
||||
|
||||
public static class DevServer
|
||||
{
|
||||
public async static Task Run(string[] args)
|
||||
public async static Task Run(string[] args, Assembly[] pluginAssemblies)
|
||||
{
|
||||
Console.WriteLine("Preparing development server");
|
||||
await Program.Main(args);
|
||||
await Startup.Run(args, pluginAssemblies);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user