Skip to content

Commit

Permalink
remove output_base_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma140902 committed Nov 10, 2023
1 parent 4bae25b commit 7579581
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/project_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use crate::{
#[derive(Serialize, Deserialize, Debug)]
pub struct ProjectConfig {
pub pipelines: Vec<Pipeline>,
pub output_base_directory: String,
}

impl Default for ProjectConfig {
Expand Down Expand Up @@ -50,7 +49,6 @@ impl Default for ProjectConfig {
output_key: "entry".to_string(),
},
],
output_base_directory: "public".to_string(),
}
}
}

0 comments on commit 7579581

Please sign in to comment.