pockethost: add console output to pocketbase updates

This commit is contained in:
Ben Allfree 2025-09-11 15:23:25 +00:00
parent 7ccb17daf6
commit 890049295d

View File

@ -7,6 +7,8 @@ export async function freshenPocketbaseVersions() {
info(`Updating pocketbase`) info(`Updating pocketbase`)
const bot = await gobot(`pocketbase`) const bot = await gobot(`pocketbase`)
await bot.update() await bot.update()
info(`Downloading pocketbase`)
await bot.download() await bot.download()
} }