pub async fn GetConfigurationData(app: AppHandle) -> Result<Value, String>Expand description
Get configuration data for Wind frontend.
Retrieves the current configuration data for display/editing in Wind.
§Arguments
app_handle- Tauri application handle
§Returns
Returns configuration data as JSON, or an error string.
§Errors
Returns an error if:
- Configuration cannot be loaded
- File system errors occur