feat: add auto update support (#65)

This commit is contained in:
2026-05-16 00:09:14 -07:00
committed by GitHub
parent 105713361e
commit 91a01b86a9
71 changed files with 2368 additions and 188 deletions
@@ -11,6 +11,7 @@ test('composeAppReadyRuntime returns reload/critical/app-ready handlers', () =>
return { ok: true, path: '/tmp/config.jsonc', warnings: [] };
},
logInfo: () => {},
logDebug: () => {},
logWarning: () => {},
showDesktopNotification: () => {},
startConfigHotReload: () => {},
@@ -58,6 +58,7 @@ test('composeCliStartupHandlers returns callable CLI startup handlers', () => {
getMultiCopyTimeoutMs: () => 0,
schedule: () => 0 as never,
logInfo: () => {},
logDebug: () => {},
logWarn: () => {},
logError: () => {},
},