Refactored plugin loading. Added project settings for packing

This commit is contained in:
2025-05-13 20:52:26 +02:00
parent d33e7bf295
commit 49f0a7c55e
8 changed files with 97 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
using Moonlight.Client;
using MoonlightServers.Frontend.Startup;
// Development Client Startup
@@ -11,5 +12,5 @@ using Moonlight.Client;
var startup = new Startup();
await startup.Run(args, [
typeof(Program).Assembly
new PluginStartup()
]);