Enable Logging
All checks were successful
Build & Deploy PLDpro.Web Test to 192.168.1.100 / build-and-deploy (push) Successful in 1m12s

This commit is contained in:
2026-02-09 19:20:54 +01:00
parent d333409c19
commit 1467037e62

View File

@@ -175,6 +175,8 @@ storage.MapGet("/buckets/{bucket}/files/{fileName}/download", async (
return Results.File(stream, contentType, fileName, enableRangeProcessing: true);
});
builder.Services.AddServerSideBlazor()
.AddCircuitOptions(options => options.DetailedErrors = true);
app.Run();