Some checks failed
Deploy Nyla Frontend to Production / build-and-deploy (push) Failing after 1s
Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
225 B
TypeScript
12 lines
225 B
TypeScript
// Export simple configuration service
|
|
export * from './config';
|
|
|
|
// Re-export commonly used functions
|
|
export {
|
|
getApiBaseUrl,
|
|
getAppName,
|
|
isDevelopment,
|
|
isProduction,
|
|
isDebugMode,
|
|
config
|
|
} from './config';
|