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 = {