chore: use ~0.11.0 for central db

This commit is contained in:
Ben Allfree 2023-01-23 15:16:03 +00:00
parent f79e6704f9
commit 6d63078fcf

View File

@ -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}`)