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 169b032 commit 9a1259dCopy full SHA for 9a1259d
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