🌻 detectRepository.ts

This commit is contained in:
nirholas
2026-03-31 10:24:15 +00:00
parent af83d3fab2
commit 4effd78179

View File

@@ -176,3 +176,4 @@ function looksLikeRealHostname(host: string): boolean {
// contains a hyphen.
return /^[a-zA-Z]+$/.test(lastSegment)
}