verbose
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
ci/woodpecker/pr/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-09 18:03:03 +02:00
parent 7322bf0057
commit 36ca74943a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

3
run.sh
View file

@ -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
}