mirror of
https://github.com/Retropex/mempool-startos.git
synced 2025-05-15 12:40:44 +02:00

* rename scripts folder to procedures * update embassy to start commands * bump package and lnd version
8 lines
387 B
TypeScript
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";
|