Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Child process manager #5849

Merged
merged 15 commits into from
Sep 13, 2023
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ mod framework;
pub(crate) mod globwatcher;
pub mod graph;
mod hash;
mod manager;
mod opts;
mod package_graph;
mod package_json;
mod package_manager;
mod process;
mod rewrite_json;
mod run;
mod shim;
Expand Down
11 changes: 0 additions & 11 deletions crates/turborepo-lib/src/manager.rs

This file was deleted.

Loading
Loading