add watch script

This commit is contained in:
JOLIMAITRE Matthieu 2024-08-04 18:20:10 +02:00
parent b039753181
commit df6720bd66

3
watch Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
cargo watch --clear --exec "run -- --address=localhost --port=8080"