vite-rust 0.2.4

A Vite back-end integration for Rust applications.
Documentation
1
2
3
4
5
mod heart_beat;
mod resolve_path;

pub(crate) use heart_beat::check_heart_beat;
pub use resolve_path::resolve_path;