feat: minification
#17
1 changed files with 2 additions and 1 deletions
3
run.sh
3
run.sh
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue