mempool-startos/scripts/embassy.ts
Lucy a476b47423
Integration/2.5.0.5 (#26)
* rename scripts folder to procedures

* update embassy to start commands

* bump package and lnd version
2023-10-24 19:00:36 -04:00

8 lines
387 B
TypeScript

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