()
| 108 | |
| 109 | // Function to get current app configuration |
| 110 | export function getConfig(): AppConfig { |
| 111 | return appConfig; |
| 112 | } |
| 113 | |
| 114 | // Function to update app configuration |
| 115 | export function updateConfig(newConfig: Partial<AppConfig>): void { |
no outgoing calls
no test coverage detected