Log companion health checks

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-01 23:02:57 +09:00
parent cf848bf0c4
commit cbcb37ddb5
+1
View File
@@ -143,6 +143,7 @@ try {
}
if ($request.Method -eq "GET" -and $request.Path -eq "/health") {
Write-Host "Health check OK: $(Get-Date -Format 'HH:mm:ss')"
Write-Response $stream 200 "OK" (@{ ok = $true; outputRoot = $OutputRoot } | ConvertTo-Json -Compress)
continue
}