Skip to content

Commit 3a698dd

Browse files
branchseerclaude
andcommitted
docs: note that ResolvedInputConfig globs are relative to workspace root
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8259750 commit 3a698dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • crates/vite_task_graph/src/config

crates/vite_task_graph/src/config/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ pub struct ResolvedInputConfig {
110110
/// Whether automatic file tracking is enabled
111111
pub includes_auto: bool,
112112

113-
/// Positive glob patterns (files to include).
113+
/// Positive glob patterns (files to include), relative to the workspace root.
114114
/// Sorted for deterministic cache keys.
115115
pub positive_globs: BTreeSet<Str>,
116116

117-
/// Negative glob patterns (files to exclude, without the `!` prefix).
117+
/// Negative glob patterns (files to exclude, without the `!` prefix), relative to the workspace root.
118118
/// Sorted for deterministic cache keys.
119119
pub negative_globs: BTreeSet<Str>,
120120
}

0 commit comments

Comments
 (0)