Skip to content

Commit

Permalink
add personal env
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloBuchu committed Feb 24, 2025
1 parent e74db0b commit e9d81f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_tools/build/src/project/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ pub struct Gui;
pub enum BuildMode {
Staging,
Production,
Pbuchu
}

impl Display for BuildMode {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
match self {
Self::Staging => write!(f, "staging"),
Self::Production => write!(f, "production"),
Self::Pbuchu => write!(f, "pbuchu")
}
}
}
Expand Down

0 comments on commit e9d81f3

Please sign in to comment.