var builder = DistributedApplication.CreateBuilder(args); builder.AddProject<Projects.DFS_AI_API>("dfs-ai-api"); builder.Build().Run();