Project

General

Profile

Feature #10306 » index.ts

Thirupathirao Uppu, 08/10/2026 11:35 AM

 
/**
* Public config barrel — white-label + environment.
*/

export {
REACT_NATIVE_APP_API_URL,
REACT_NATIVE_APP_SOCKET_URL,
API_TIMEOUT_MS,
NODE_ENV,
APP_TENANT,
APP_DISPLAY_NAME,
} from './env';

export {
tenant,
tenantId,
features,
companySlug,
brandLogo,
isFeatureEnabled,
} from './tenant';

export type {
TenantConfig,
TenantBrandColors,
TenantFeatures,
TenantApiConfig,
} from './tenant.types';
(1-1/5)