Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 29, 2024
1 parent 04926ec commit 43154db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/next-api/src/instrumentation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ impl Endpoint for InstrumentationEndpoint {

let server_paths = if this.project.next_mode().await?.is_development() {
let node_root = this.project.node_root();
all_server_paths(output_assets, node_root)
all_server_paths(*output_assets, node_root)
.await?
.clone_value()
} else {
Expand Down

0 comments on commit 43154db

Please sign in to comment.