Skip to content

Commit 9a1259d

Browse files
kdy1lukesandberg
andcommitted
Update turbopack/crates/turbopack-cli/src/dev/mod.rs
Co-authored-by: Luke Sandberg <[email protected]>
1 parent 169b032 commit 9a1259d

File tree

1 file changed

+1
-1
lines changed
  • turbopack/crates/turbopack-cli/src/dev

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-cli/src/dev/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ async fn source(
264264
.into();
265265

266266
let output_fs = output_fs(project_dir);
267-
let fs: Vc<Box<dyn FileSystem>> = project_fs(root_dir, true);
267+
let fs: Vc<Box<dyn FileSystem>> = project_fs(root_dir, /** watch= */true);
268268
let root_path = fs.root().to_resolved().await?;
269269
let project_path = root_path.join(project_relative).to_resolved().await?;
270270

0 commit comments

Comments
 (0)