Implemented node crud and status health check. Added daemon status health endpoint. Refactored project structure. Added sidebar items and ui views

This commit is contained in:
2026-03-05 10:56:52 +00:00
parent 2d1b48b0d4
commit 7c5dc657dc
54 changed files with 1808 additions and 222 deletions

View File

@@ -3,7 +3,7 @@ using Microsoft.Extensions.DependencyInjection;
using Moonlight.Frontend;
using Moonlight.Frontend.Configuration;
using Moonlight.Frontend.Interfaces;
using MoonlightServers.Frontend.Implementations;
using MoonlightServers.Frontend.Infrastructure;
using SimplePlugin.Abstractions;
namespace MoonlightServers.Frontend;