mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-12-25 20:59:19 +00:00
7 lines
323 B
TypeScript
7 lines
323 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";
|