Function tauri_utils::config::parse::read_platform

source ยท
pub fn read_platform(
    root_dir: PathBuf,
) -> Result<Option<(Value, PathBuf)>, ConfigError>
Expand description

Reads the platform-specific configuration file from the given root directory if it exists.

Check read_from for more information.