Update server start log
This commit is contained in:
+3
-1
@@ -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} ...`,
|
||||||
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user