mirror of
https://github.com/Retropex/mempool-startos.git
synced 2025-05-28 13:02:38 +02:00
5 lines
273 B
TypeScript
5 lines
273 B
TypeScript
export { setConfig } from "./services/setConfig.ts";
|
|
export { properties } from "./services/properties.ts";
|
|
export { getConfig } from "./services/getConfig.ts";
|
|
export { dependencies } from "./services/dependencies.ts";
|
|
export { migration } from "./services/migrations.ts"; |