fixup! refacto: extract livereload layer setup into a function
This commit is contained in:
parent
60a409f20a
commit
dfdf0d3bae
@ -3,10 +3,10 @@ use axum::body::Body;
|
||||
use axum::http::Request;
|
||||
use listenfd::ListenFd;
|
||||
use notify::Watcher;
|
||||
use tower_livereload::predicate::Predicate;
|
||||
use std::env;
|
||||
use std::path::Path;
|
||||
use tokio::net::TcpListener;
|
||||
use tower_livereload::predicate::Predicate;
|
||||
use tower_livereload::LiveReloadLayer;
|
||||
|
||||
/// Nous filtrons les requêtes de `htmx` pour ne pas inclure le script _JS_ qui gère le rechargement
|
||||
|
Loading…
Reference in New Issue
Block a user