Files
gitlab-instance-0a899031_di…/config/index.ts
2026-03-11 22:55:36 -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";