DeepSea-startos/scripts/embassy.ts
2025-04-25 12:43:01 +02:00

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";