13 lines
276 B
TypeScript
13 lines
276 B
TypeScript
export { SITE_CONFIG, getSiteConfig } from "./site.config";
|
|
export {
|
|
getPocketBaseConfig,
|
|
getPaymentConfig,
|
|
getJoinPaymentConfig,
|
|
getMinioConfig,
|
|
} from "./services.config";
|
|
export type {
|
|
PocketBaseConfig,
|
|
PaymentConfig,
|
|
MinioConfig,
|
|
} from "./services.config";
|