verbose
This commit is contained in:
parent
7322bf0057
commit
36ca74943a
1 changed files with 2 additions and 1 deletions
3
run.sh
3
run.sh
|
@ -24,7 +24,8 @@ main() {
|
|||
cargo run --release -- --no-http
|
||||
fi
|
||||
|
||||
echo "Run the app"
|
||||
echo "Run the app" \
|
||||
"(in case of minification issue, run 'rm -r dist/ target/')"
|
||||
cargo run --release
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue