refactor: support crates sub-modules (#636)

This commit is contained in:
Valerio Ageno
2025-03-09 17:58:45 +01:00
committed by GitHub
parent b32b192f70
commit 9f14689ca0
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -6,13 +6,13 @@
mod catch_all;
mod config;
mod env;
mod logger;
mod manifest;
mod mode;
mod payload;
mod request;
mod response;
mod server;
mod services;
mod ssr;
mod vite_reverse_proxy;
mod vite_websocket_proxy;