feat: minification #17

Merged
Anri merged 14 commits from minification into main 2023-04-09 19:30:04 +02:00
Showing only changes of commit 36ca74943a - Show all commits

3
run.sh
View file

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