We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a017d7 commit cbd7c48Copy full SHA for cbd7c48
crates/next-api/src/project.rs
@@ -815,9 +815,9 @@ impl Project {
815
let node_execution_chunking_context = Vc::upcast(
816
NodeJsChunkingContext::builder(
817
self.project_root_path().owned().await?,
818
- node_root.clone(),
+ node_root.join("build")?,
819
self.node_root_to_root_path().owned().await?,
820
821
node_root.join("build/chunks")?,
822
node_root.join("build/assets")?,
823
node_build_environment().to_resolved().await?,
0 commit comments