From d86bec33597ccb2afad2b8528cdc3ac82b406b08 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Thu, 10 Oct 2024 13:28:08 +0000 Subject: [PATCH] fix: remove unneeded PortService initialization from mothership --- .../cli/commands/MothershipCommand/ServeCommand/mothership.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/pockethost/src/cli/commands/MothershipCommand/ServeCommand/mothership.ts b/packages/pockethost/src/cli/commands/MothershipCommand/ServeCommand/mothership.ts index d40952cd..3d343fd7 100644 --- a/packages/pockethost/src/cli/commands/MothershipCommand/ServeCommand/mothership.ts +++ b/packages/pockethost/src/cli/commands/MothershipCommand/ServeCommand/mothership.ts @@ -13,7 +13,6 @@ import { MOTHERSHIP_SEMVER, mkContainerHomePath, } from '../../../../../core' -import { PortService } from '../../../../services' import { GobotService } from '../../../../services/GobotService' export type MothershipConfig = {} @@ -44,8 +43,6 @@ export async function mothership(cfg: MothershipConfig) { const { dbg, error, info, warn } = logger info(`Starting`) - await PortService({}) - /** Launch central database */ info(`Serving`) const env = {