Implemented node system statistics
This commit is contained in:
@@ -20,6 +20,11 @@ public sealed class Startup : MoonlightPlugin
|
||||
{
|
||||
options.Assemblies.Add(typeof(Startup).Assembly);
|
||||
});
|
||||
|
||||
builder.Services.Configure<LayoutMiddlewareOptions>(options =>
|
||||
{
|
||||
options.Add<ScriptImports>();
|
||||
});
|
||||
}
|
||||
|
||||
public override void PostBuild(WebAssemblyHost application)
|
||||
|
||||
Reference in New Issue
Block a user