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