mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-18 00:33:16 +00:00

* refactored for x86_64 architecture * removed check-web.sh * Fix backup restore Co-authored-by: islandbitcoin <dread@start9.com> Co-authored-by: Chris Guida <chrisguida@gmail.com>
7 lines
326 B
TypeScript
7 lines
326 B
TypeScript
export { setConfig } from "./procedures/setConfig.ts";
|
|
export { getConfig } from "./procedures/getConfig.ts";
|
|
export { properties } from "./procedures/properties.ts";
|
|
export { migration } from "./procedures/migrations.ts";
|
|
export { health } from "./procedures/healthChecks.ts";
|
|
// export { main } from "./procedures/main.ts";
|