База для нового бэкэнда

This commit is contained in:
2025-03-06 14:10:52 +03:00
parent be6dedaee4
commit c802f337c7
18 changed files with 245 additions and 163 deletions
+2
View File
@@ -1,5 +1,6 @@
using System.Net;
using Example.Backend;
using Example.Shared;
using mROA.Abstract;
using mROA.Cbor;
using mROA.Codegen;
@@ -48,5 +49,6 @@ class Program
var gateway = builder.GetModule<IGatewayModule>();
gateway.Run();
}
}