pub const LIVE_RELOAD_PATH: &str = "/__mini_static_reload";Expand description
The request path Server serves the live-reload SSE stream on when
crate::Server::with_live_reload is enabled.
pub const LIVE_RELOAD_PATH: &str = "/__mini_static_reload";The request path Server serves the live-reload SSE stream on when
crate::Server::with_live_reload is enabled.