mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-19 06:39:00 +00:00
fix: remove unneeded PortService initialization from mothership
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user