Skip to main content

create_turbo_tasks

Function create_turbo_tasks 

Source
pub fn create_turbo_tasks(
    output_path: PathBuf,
    next_version: &str,
    persistent_caching: bool,
    dependency_tracking: bool,
    is_ci: bool,
    is_short_session: bool,
    skip_compaction: bool,
    turbopack_memory_eviction: MemoryEvictionMode,
) -> Result<NextTurboTasks>