chore: add live reload features

This commit is contained in:
Alexander Navarro 2025-02-13 13:03:39 -03:00
parent 0923ac1841
commit b6c909f6f4
4 changed files with 184 additions and 5 deletions

View file

@ -10,7 +10,7 @@ docker-compose +ARGS:
start-dev-services: (docker-compose "up --remove-orphans")
dev:
cargo run
watchexec --restart --clear --watch src cargo run
migrate: (docker-compose "run dbmate migrate")