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

@ -5,4 +5,6 @@ edition = "2021"
[dependencies]
axum = "0.8.1"
notify = "8.0.0"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tower-livereload = "0.9.6"