mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: add export
This commit is contained in:
parent
803441fb05
commit
e1a45ddfc2
@ -33,8 +33,5 @@ export const clientService = mkSingleton(async (cfg: ClientServiceConfig) => {
|
||||
|
||||
return {
|
||||
client,
|
||||
shutdown() {
|
||||
dbg(`clientService shutdown`)
|
||||
},
|
||||
}
|
||||
})
|
||||
|
@ -2,7 +2,7 @@ import { MOTHERSHIP_NAME, MOTHERSHIP_SEMVER } from '$constants'
|
||||
import { PocketbaseService } from '$services'
|
||||
import { LoggerService } from '$shared'
|
||||
|
||||
const migrateMothership = async () => {
|
||||
export const migrateMothership = async () => {
|
||||
const logger = LoggerService().create(`migrateMothership`)
|
||||
const { dbg, error, info, warn } = logger
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user