From 36ca74943a186ff8aa71d4bb57017cc87a8bd717 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 9 Apr 2023 18:03:03 +0200 Subject: [PATCH] verbose --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index ea5d8a6..ca354ce 100755 --- a/run.sh +++ b/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 }