Skip to content

Commit

Permalink
Merge branch 'lichess-org:main' into lighter-images
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex authored Mar 29, 2024
2 parents 655ece2 + 106c314 commit 5d5954f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
34 changes: 17 additions & 17 deletions command/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion command/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,9 @@ fn welcome(config: Config) -> std::io::Result<()> {

note(
"Your development site will be available at:",
config.lila_url.unwrap_or_default(),
config
.lila_url
.unwrap_or("http://localhost:8080".to_owned()),
)?;

if Gitpod::is_host() {
Expand Down

0 comments on commit 5d5954f

Please sign in to comment.