Files
spaces-startos/startos/dependencies.ts
T
spacesops 172e3f63ac
Build Service / BuildPackage (push) Has been cancelled
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'],
},
}))