pub fn get_config(path: &Path) -> Result<(Config, PathBuf), CodegenConfigError>
Expand description
Get the Config
from the TAURI_CONFIG
environmental variable, or read from the passed path.
If the passed path is relative, it should be relative to the current working directory of the compiling crate.