mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix(pockethost): do not freshen versions on mothership launch
This commit is contained in:
parent
f6eb510533
commit
8cd9410f21
@ -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`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user