export function joinDebug(id: string, hosts: { name: string }[]) { let port = 7090 return ` ${hosts .map((host) => ``) .join("\n")} ` }