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

* Update to v0.4.1 * Minor fixes, prepped for beta v0.4.1~1 * Minor fixes, ready for beta v0.4.1~1
6 lines
281 B
TypeScript
6 lines
281 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";
|