fix(pockethost): do not freshen versions on mothership launch

This commit is contained in:
Ben Allfree 2024-07-28 01:22:18 +00:00
parent f6eb510533
commit 8cd9410f21

View File

@ -14,7 +14,6 @@ import {
mkContainerHomePath,
} from '../../../../../core'
import { PortService } from '../../../../services'
import { freshenPocketbaseVersions } from '../freshenPocketbaseVersions'
export type MothershipConfig = { isolate: boolean }
@ -63,7 +62,7 @@ export async function mothership(cfg: MothershipConfig) {
MOTHERSHIP_MIGRATIONS_DIR(`**/*`),
MOTHERSHIP_DATA_ROOT(`pb_migrations`),
)
await freshenPocketbaseVersions()
// await freshenPocketbaseVersions()
const args = [
`serve`,
`--http`,