| 1 | // Rebuild the viewer over the existing run data without rerunning a single |
| 2 | // test: refresh runs/manifest.json + vite-build the SPA into runs/. |
| 3 | // Usage: bun e2e/scripts/rebuild-viewer.ts |
| 4 | import { execFileSync } from "node:child_process"; |
nothing calls this directly
no test coverage detected