pub async fn MountainUpdateConfigurationFromWind(
app_handle: AppHandle,
config: Value,
) -> Result<Value, String>Expand description
Update configuration from Wind.
This command accepts configuration updates from the Wind frontend and processes them through the ConfigurationBridge.
§Arguments
app_handle- Tauri application handleconfig- JSON object containing configuration updates
§Returns
Returns a JSON response confirming the update, or an error string.
§Errors
Returns an error if:
- Configuration structure is invalid
- Update cannot be persisted