| mod app; | |
| mod client_references; | |
| mod dynamic_imports; | |
| mod empty; | |
| pub mod entrypoints; | |
| mod font; | |
| mod instrumentation; | |
| mod loadable_manifest; | |
| mod middleware; | |
| mod module_graph; | |
| pub mod module_graph_snapshot; | |
| mod nft_json; | |
| pub mod operation; | |
| mod pages; | |
| pub mod paths; | |
| pub mod project; | |
| pub mod route; | |
| mod server_actions; | |
| mod versioned_content_map; | |
| mod webpack_stats; | |
| pub fn register() { | |
| next_core::register(); | |
| turbopack_nodejs::register(); | |
| include!(concat!(env!("OUT_DIR"), "/register.rs")); | |
| } | |