Add uniqueness check for domains

This commit is contained in:
SebastianStork 2025-06-14 01:53:24 +02:00
parent 232c9aa946
commit f160a9be33
3 changed files with 59 additions and 2 deletions

View file

@ -13,7 +13,7 @@ let
entry:
map (port: {
file = entry.file;
port = port;
inherit port;
}) entry.value
)
|> lib.groupBy (entry: toString entry.port)