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 9dd6447 commit e6114f6Copy full SHA for e6114f6
turbopack/crates/turbopack-cli/src/dev/mod.rs
@@ -264,7 +264,7 @@ async fn source(
264
.into();
265
266
let output_fs = output_fs(project_dir);
267
- let fs: Vc<Box<dyn FileSystem>> = project_fs(root_dir, true);
+ let fs: Vc<Box<dyn FileSystem>> = project_fs(root_dir, /** watch= */true);
268
let root_path = fs.root().to_resolved().await?;
269
let project_path = root_path.join(project_relative).to_resolved().await?;
270
0 commit comments