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 }