Skip to content

Commit

Permalink
fix: clarify instruction for client-side build
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Oct 23, 2024
1 parent 5373231 commit d45af5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loco-cli/src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pub fn for_options(
}
match assetopt {
AssetsOption::Clientside => res.push(format!(
"{}: You've selected `{}` for your asset serving configuration (remember to build \
your frontend in `{}`)",
"{}: You've selected `{}` for your asset serving configuration.\n\nNext step, build \
your frontend:\n $ cd {}\n $ npm install && npm build\n",
"assets".underline(),
"clientside".yellow(),
"frontend/".yellow()
Expand Down

0 comments on commit d45af5a

Please sign in to comment.