Function essential_app_utils::compile::compile_pint_project_inner

source ยท
pub async fn compile_pint_project_inner(
    path: PathBuf,
    include_source: bool,
) -> Result<(Vec<u8>, Vec<u8>, String)>