diff --git a/startos/dependencies.ts b/startos/dependencies.ts index 861f741..1688daf 100644 --- a/startos/dependencies.ts +++ b/startos/dependencies.ts @@ -1,5 +1,13 @@ import { sdk } from './sdk' export const setDependencies = sdk.setupDependencies( - async ({ effects }) => ({}), + async ({ effects }) => { + return { + fulcrum: { + kind: 'running', + versionRange: '*', + healthChecks: [], + }, + } + }, ) \ No newline at end of file