mirror of
https://github.com/Retropex/mempool-startos.git
synced 2025-05-28 13:02:38 +02:00

* 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>
7 lines
372 B
TypeScript
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";
|