From 13005d6551e72781bb36d01963c810cc27f2e1b8 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Sat, 8 Aug 2026 13:12:04 +0000 Subject: [PATCH] Update startos/dependencies.ts Connect Munin to Fulcrum dependency --- startos/dependencies.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/startos/dependencies.ts b/startos/dependencies.ts index 98d8a27..cca55d9 100644 --- a/startos/dependencies.ts +++ b/startos/dependencies.ts @@ -4,8 +4,8 @@ export const setDependencies = sdk.setupDependencies( async ({ effects }) => ({ fulcrum: { kind: 'running', - versionRange: '>=0', - healthChecks: ['primary'], + versionRange: '>=2.1.0:3-beta.1', + healthChecks: ['primary', 'sync-progress'], }, }), -) +) \ No newline at end of file