Revert "verbose"

This reverts commit 36ca74943a.
This commit is contained in:
Mylloon 2023-04-09 18:23:35 +02:00
parent 5c796c627b
commit e1b0dec100
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

3
run.sh
View file

@ -24,8 +24,7 @@ main() {
cargo run --release -- --no-http
fi
echo "Run the app" \
"(in case of minification issue, run 'rm -r dist/ target/')"
echo "Run the app"
cargo run --release
}