import { sdk } from './sdk' export const setDependencies = sdk.setupDependencies( async ({ effects }) => { return { fulcrum: { kind: 'running', versionRange: '*', healthChecks: [], }, } }, )