diff --git a/src/commands/domain/virtualhost/list.ts b/src/commands/domain/virtualhost/list.ts index c07b9f21..75df9337 100644 --- a/src/commands/domain/virtualhost/list.ts +++ b/src/commands/domain/virtualhost/list.ts @@ -44,7 +44,9 @@ export class List extends ListBaseCommand { const columns: ListColumns = { id: baseColumns.id, projectId: { header: "Project ID" }, - hostname: {}, + hostname: { + get: (r) => `https://${r.hostname}`, + }, paths: { get: (r) => r.paths