⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
APPFORSOLAR
All Projects
APPFORSOLAR
+
New issue
New wiki page
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (437 Bytes)
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
'
;
« Previous
1
2
3
…
5
Next »
(1-1/5)
Loading...