pass 1
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m39s
CI / Windows Release Package (push) Successful in 2m45s

This commit is contained in:
Aiden
2026-05-11 01:12:24 +10:00
parent 53e78890a8
commit c4883d3413
16 changed files with 618 additions and 303 deletions

View File

@@ -14,8 +14,6 @@
#include <vector>
class RuntimeStore;
class RuntimeSnapshotProvider;
class RuntimeHost
{
public:
@@ -71,7 +69,7 @@ private:
private:
friend class RuntimeStore;
friend class RuntimeSnapshotProvider;
friend class RuntimeCoordinator;
HealthTelemetry mHealthTelemetry;
mutable std::mutex mMutex;
AppConfig mConfig;