Function write_app_config

Source
pub(crate) async fn write_app_config(
    app_config: &AppConfigV1,
    dir: Option<PathBuf>,
) -> Result<()>