feat: correct module visibility

This commit is contained in:
Valerio Ageno
2024-07-07 12:23:54 +02:00
parent 672e4b69d7
commit d3040aa63f
6 changed files with 7 additions and 9 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
mod internal_handlers;
mod catch_all;
mod manifest;
mod mode;
mod payload;
@@ -6,6 +6,8 @@ mod request;
mod response;
mod server;
mod ssr;
mod vite_reverse_proxy;
mod vite_websocket_proxy;
pub use mode::Mode;
pub use payload::Payload;