Fix dashboard static assets and add client e2e scripts

This commit is contained in:
Joseph Doherty
2026-04-27 12:10:40 -04:00
parent 3d11ac3316
commit d431ff9660
17 changed files with 794 additions and 11 deletions
@@ -8,7 +8,7 @@ public sealed class DashboardOptions
public bool RequireAdminScope { get; init; } = true;
public bool AllowAnonymousLocalhost { get; init; }
public bool AllowAnonymousLocalhost { get; init; } = true;
public int SnapshotIntervalMilliseconds { get; init; } = 1_000;