pub fn preflight(
config: &SiteConfig,
paths: &ResolvedPaths,
target: &str,
) -> Vec<PreflightCheck>Expand description
Run all pre-flight checks for the given target. Returns a list of check results. If any check fails, the deploy should be aborted.