Skip to content

Commit 4b1a0c9

Browse files
committed
fixup
1 parent 0018336 commit 4b1a0c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/napi/src/next_api/project.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use next_api::{
2121
ProjectOptions, WatchOptions,
2222
},
2323
route::Endpoint,
24-
routes_hashes_manifest::routes_hashes_manifest_asset_if_enabled,
2524
};
2625
use next_core::tracing_presets::{
2726
TRACING_NEXT_OVERVIEW_TARGETS, TRACING_NEXT_TARGETS, TRACING_NEXT_TURBO_TASKS_TARGETS,
@@ -1058,8 +1057,6 @@ async fn output_assets_operation(
10581057

10591058
let nft = next_server_nft_assets(project).await?;
10601059

1061-
let routes_hashes_manifest = routes_hashes_manifest_asset_if_enabled(project).await?;
1062-
10631060
whole_app_module_graphs.as_side_effect().await?;
10641061

10651062
Ok(Vc::cell(

0 commit comments

Comments
 (0)