mempool-startos/scripts/embassy.ts
Dread defcb59123
V2.5.0 update, and replace submodule with docker images (#21)
* bump to v2.5.0

* wip

* wip

* v2.5.0 with docker images

* removed submodule

* fix CLN

* v2.5.0

* update deno deps

---------

Co-authored-by: islandbitcoin <dread@start9.com>
2023-04-20 17:45:16 -04:00

8 lines
373 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";