Merge branch 'git-track' into master

This commit is contained in:
2026-02-13 14:11:17 +01:00
13 changed files with 577 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ impl SourcemapCommand {
vfs.set_watch_enabled(self.watch);
log::trace!("Setting up session for sourcemap generation");
let session = ServeSession::new(vfs, project_path)?;
let session = ServeSession::new(vfs, project_path, None)?;
let mut cursor = session.message_queue().cursor();
let filter = if self.include_non_scripts {