using Projects; var builder = DistributedApplication.CreateBuilder(args); var web = builder.AddProject("web"); builder.Build().Run();