This commit is contained in:
2026-03-08 16:11:23 +01:00
parent 7ae824b6fd
commit 9030d1a8b0
10 changed files with 297 additions and 2 deletions

View File

@@ -8,7 +8,10 @@ using AipsRT.Services.Interfaces;
using DotNetEnv;
using Microsoft.AspNetCore.SignalR;
Env.Load("../../.env");
if (File.Exists("../../.env"))
{
Env.Load("../../.env");
}
var builder = WebApplication.CreateBuilder(args);