Update server start log

This commit is contained in:
2026-09-20 19:19:15 +01:00
parent a4c7130c0e
commit 79433168df
+3 -1
View File
@@ -37,4 +37,6 @@ bunext.bunextLog.build(`Syncing WireGuard hosts ...`);
await syncWireguardHosts(); await syncWireguardHosts();
bunext.bunextLog.success(`Wireguard host sync complete!`); bunext.bunextLog.success(`Wireguard host sync complete!`);
bunext.bunextLog.info(`Server running on http://localhost:${server.port} ...`); bunext.bunextLog.info(
`Server running on http://${server.hostname}:${server.port} ...`,
);