import { sdk } from './sdk' export const setDependencies = sdk.setupDependencies( async ({ effects }) => ({ fulcrum: { kind: 'running', versionRange: '>=2.1.0:3-beta.1', healthChecks: ['primary', 'sync-progress'], }, }), )