Files
gitlab-instance-0a899031_cn…/config/digital/index.ts
2026-06-07 01:17:46 -05:00

19 lines
379 B
TypeScript

export {
CURRENT_THEME,
THEME_IDS,
THEME_CONFIGS,
TOPIC_IDS,
getThemeConfig,
type ThemeId,
type ThemeConfig,
type TopicId,
} from "./site.config";
export {
getPocketBaseConfig,
getPaymentConfig,
getJoinPaymentConfig,
getServicesConfig,
} from "./services.config";
export type { PocketBaseConfig, PaymentConfig, ServicesConfig } from "./services.config";