Skip to content

Commit

Permalink
Debug next package lookup context dir
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Dec 22, 2024
1 parent d6b6a9d commit 644d034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/next-core/src/next_import_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,8 @@ async fn insert_next_shared_aliases(

#[turbo_tasks::function]
pub async fn get_next_package(context_directory: Vc<FileSystemPath>) -> Result<Vc<FileSystemPath>> {
dbg!(context_directory.await?);
dbg!(context_directory.root().await?);
let result = resolve(
context_directory,
Value::new(ReferenceType::CommonJs(CommonJsReferenceSubType::Undefined)),
Expand Down

0 comments on commit 644d034

Please sign in to comment.