Finished compile time plugin loading. Refactored plugin loading. Extended build helper script
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.ApiServer.Models;
|
||||
|
||||
public class FrontendConfigurationOption
|
||||
{
|
||||
public string[] Scripts { get; set; } = [];
|
||||
public string[] Styles { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user