Skip to content

Commit c1c764a

Browse files
committed
FIXUP
1 parent 09d1d91 commit c1c764a

56 files changed

Lines changed: 3684 additions & 828 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/vite_package_manager/src/add.rs

Lines changed: 543 additions & 0 deletions
Large diffs are not rendered by default.

crates/vite_package_manager/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pub mod add;
12
mod config;
23
mod install;
34
pub mod package;
@@ -17,6 +18,7 @@ use vite_str::Str;
1718
use wax::Glob;
1819

1920
pub use crate::{
21+
add::{AddCommandOptions, SaveDependencyType},
2022
package::{DependencyType, PackageJson},
2123
package_manager::{WorkspaceFile, WorkspaceRoot, find_package_root, find_workspace_root},
2224
};

0 commit comments

Comments
 (0)