add an alternative to browserless, for lightweight servers

This commit is contained in:
Amruth Pillai
2026-01-21 23:24:37 +01:00
parent 4d72a953dd
commit 5d73998f82
9 changed files with 120 additions and 86 deletions
+1 -2
View File
@@ -68,8 +68,7 @@ async function checkPrinter() {
async function checkStorage() {
try {
const storageService = getStorageService();
const result = await storageService.healthcheck();
return result;
return await storageService.healthcheck();
} catch (error) {
return {
status: "unhealthy",