Log relays on startup

This commit is contained in:
Râu Cao 2024-10-25 12:44:14 +02:00
parent eadc40392a
commit 28e9d14aae
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -57,6 +57,8 @@ export function ensureNecessaryConfigs() {
"yellow",
);
Deno.exit(1);
} else {
log(`Relays: ${config.relay_urls.join(", ")}`, "green");
}
if (staticUsersConfigured) {