fix: remove unneeded PortService initialization from mothership

This commit is contained in:
Ben Allfree
2024-10-10 13:28:08 +00:00
parent 71293f9fb9
commit d86bec3359

View File

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