mempool-startos/scripts/embassy.ts
Dread 54d0937cf1
feat/x86 (#17)
* v2.4.0.3 and x86

* update to x86_64 architecture

* bitcoin/v24 (#18)

* updated bitcoind dependency

* Update manifest.yaml

Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>

Co-authored-by: islandbitcoin <dread@start9.com>
Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>

Co-authored-by: islandbitcoin <dread@start9.com>
Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>
2022-12-07 13:34:13 -07:00

7 lines
372 B
TypeScript

export { setConfig } from "./services/setConfig.ts";
export { properties } from "./services/properties.ts";
export { getConfig } from "./services/getConfig.ts";
export { dependencies } from "./services/dependencies.ts";
export { migration } from "./services/migrations.ts";
export { health } from "./services/healthChecks.ts";
// export { main } from "./services/main.ts";