()
| 1830 | } |
| 1831 | |
| 1832 | export function listServiceNames(): string[] { |
| 1833 | return Object.keys(SERVICES).sort(); |
| 1834 | } |
| 1835 | |
| 1836 | /** |
| 1837 | * The subset of SERVICES that `showcase_build.yml` actually builds and |
no test coverage detected
searching dependent graphs…