mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: use ~0.11.0 for central db
This commit is contained in:
parent
f79e6704f9
commit
6d63078fcf
@ -130,7 +130,7 @@ export const createPocketbaseService = async (
|
||||
|
||||
const _spawn = safeCatch(`spawnInstance`, async (cfg: SpawnConfig) => {
|
||||
const _cfg: Required<SpawnConfig> = {
|
||||
version: '^0.10.0',
|
||||
version: '~0.11.0',
|
||||
port: await getPort(),
|
||||
onUnexpectedStop: (code) => {
|
||||
dbg(`Unexpected stop default handler. Exit code: ${code}`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user