feat: cut over rust web main shell
This commit is contained in:
@@ -2,8 +2,11 @@ pub mod app;
|
||||
pub mod context;
|
||||
pub mod error;
|
||||
pub mod middleware;
|
||||
pub mod page_aggregate;
|
||||
pub mod routes;
|
||||
pub mod ssr;
|
||||
pub mod transport;
|
||||
pub mod tree_shell;
|
||||
pub mod workspace_shell;
|
||||
|
||||
pub use app::{build_app, AppConfig, AppState};
|
||||
|
||||
Reference in New Issue
Block a user