remove log
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 31s

This commit is contained in:
2025-04-10 01:27:54 +02:00
parent 69a3570a60
commit bdec8f401a

View File

@@ -24,8 +24,7 @@ Action<DbContextOptionsBuilder> dbContextOptions = options =>
{ {
npgOption.CommandTimeout(60); npgOption.CommandTimeout(60);
npgOption.MigrationsAssembly("GameIdeas.WebAPI"); npgOption.MigrationsAssembly("GameIdeas.WebAPI");
}) });
.LogTo(Console.WriteLine);
}; };
// Add services to the container. // Add services to the container.