aslobot-matrix/src/config.ts
2025-12-26 04:42:14 +01:00

4 lines
160 B
TypeScript

import config from "./config.json" with { type: "json" };
import packageConfig from "../package.json" with { type: "json" };
export { config, packageConfig };