mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix(pockethost): ResourceAllocator import
This commit is contained in:
parent
5734bf2a3d
commit
af455164b1
@ -1,5 +1,6 @@
|
||||
export * from './CleanupManager'
|
||||
export * from './Logger'
|
||||
export * from './ResourceAllocator'
|
||||
export * from './TimerManager'
|
||||
export * from './assert'
|
||||
export * from './events'
|
||||
|
@ -1,5 +1,4 @@
|
||||
export * from '../constants'
|
||||
export * from './PromiseAllocator'
|
||||
export * from './Settings'
|
||||
export * from './SyslogLogger'
|
||||
export * from './asyncExecutionGuard'
|
||||
|
@ -1,6 +1,6 @@
|
||||
import getPort from 'get-port'
|
||||
import { INITIAL_PORT_POOL_SIZE, mergeConfig, mkSingleton } from '../../core'
|
||||
import { ResourceAllocator } from '../common/ResourceAllocator'
|
||||
import { ResourceAllocator } from '../common'
|
||||
|
||||
export type Config = { maxPorts: number }
|
||||
export const PortService = mkSingleton((config: Partial<Config> = {}) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user