chore: instanceService refactor

This commit is contained in:
Ben Allfree 2022-12-31 09:23:33 -08:00
parent a3fc37b149
commit b892d86947
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import { forEachRight, map } from '@s-libs/micro-dash'
import Bottleneck from 'bottleneck'
import getPort from 'get-port'
import { AsyncReturnType } from 'type-fest'
import { pocketbase, PocketbaseProcess } from './PocketBaseService'
import { pocketbase, PocketbaseProcess } from '../PocketBaseService'
type InstanceApi = {
process: PocketbaseProcess

View File

@ -2,7 +2,7 @@ export * from './BackupService'
export * from './clientService/clientService'
export * from './clientService/PbClient'
export * from './FtpService/FtpService'
export * from './InstanceService'
export * from './InstanceService/InstanceService'
export * from './PocketBaseService'
export * from './ProxyService'
export * from './RpcService'