Skip to content

Commit

Permalink
disable preview wall by default (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
phiSgr authored Jan 30, 2024
1 parent 52050ec commit 38bfb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/igloo-kit-cli/src/cli/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub fn init_config_file() -> Result<(), std::io::Error> {
# Coming soon wall on all the CLI commands as we build the MVP.
# if you want to try features as they are built, set this to false
coming_soon_wall=true
coming_soon_wall=false
"#;
std::fs::write(path, contents_toml)?;
}
Expand Down

0 comments on commit 38bfb8e

Please sign in to comment.