Files
gitlab-instance-0a899031_di…/config/index.ts
2026-03-08 06:43:48 -05:00

17 lines
350 B
TypeScript

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