mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 21:50:42 +02:00
6 lines
278 B
TypeScript
6 lines
278 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";
|