HP works!

This commit is contained in:
Owen 2025-02-22 12:53:35 -05:00
parent e4c5be4350
commit bebe40c8e8
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -57,7 +57,7 @@ export const handleGetConfigMessage: MessageHandler = async (context) => {
}
let site: Site | undefined;
if (!site) {
if (!siteRes.address) {
const address = await getNextAvailableSubnet();
const listenPort = await getNextAvailablePort();