Simplified plugin service and loading
This commit is contained in:
@@ -7,5 +7,9 @@ public class PluginManifest
|
||||
public string Author { get; set; }
|
||||
public string[] Dependencies { get; set; } = [];
|
||||
|
||||
public Dictionary<string, string[]> Entrypoints { get; set; } = new();
|
||||
public string[] Scripts { get; set; } = [];
|
||||
public string[] Styles { get; set; } = [];
|
||||
|
||||
public string[] BundledStyles { get; set; } = [];
|
||||
public Dictionary<string, string[]> Assemblies { get; set; } = new();
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
namespace Moonlight.ApiServer.Models;
|
||||
|
||||
public class PluginMeta
|
||||
{
|
||||
public PluginManifest Manifest { get; set; }
|
||||
public string Path { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user