Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 30, 2024
1 parent a0eb1c9 commit fd14fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl EcmascriptChunkPlaceable for NextServerComponentModule {
Ok(EcmascriptExports::EsmExports(
EsmExports {
exports,
star_exports: vec![module_reference],
star_exports: vec![module_reference.to_resolved().await?],
}
.resolved_cell(),
)
Expand Down

0 comments on commit fd14fcf

Please sign in to comment.