This commit is contained in:
9
startos/dependencies.ts
Normal file
9
startos/dependencies.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { sdk } from './sdk'
|
||||
|
||||
export const setDependencies = sdk.setupDependencies(async ({ effects }) => ({
|
||||
bitcoind: {
|
||||
kind: 'running',
|
||||
versionRange: '>=31.0:0 <32.0:0',
|
||||
healthChecks: ['bitcoind'],
|
||||
},
|
||||
}))
|
||||
Reference in New Issue
Block a user