Files
spaces-startos/startos/dependencies.ts
spacesops 172e3f63ac
Some checks are pending
Build Service / BuildPackage (push) Waiting to run
working
2026-05-14 05:39:56 -04:00

10 lines
222 B
TypeScript

import { sdk } from './sdk'
export const setDependencies = sdk.setupDependencies(async ({ effects }) => ({
bitcoind: {
kind: 'running',
versionRange: '>=31.0:0 <32.0:0',
healthChecks: ['bitcoind'],
},
}))