Skip to content

Commit 4d8ed77

Browse files
authored
fix: correct workspace filtering example in documentation (#4)
1 parent 939f487 commit 4d8ed77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ workspace: {
166166
// Filters as follows:
167167
// ✅ packages/core -> included
168168
// ✅ packages/ui -> included
169+
// ✅ apps/web -> included
169170
// ❌ packages/internal-utils -> excluded
170-
// ❌ apps/web -> excluded (not in include)
171171
```
172172

173173
## commands.build Configuration

docs/ko/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ project: {
118118
// 다음과 같이 필터링:
119119
// ✅ packages/core -> 포함
120120
// ✅ packages/ui -> 포함
121+
// ✅ apps/web -> 포함
121122
// ❌ packages/internal-utils -> 제외
122-
// ❌ apps/web -> 제외 (include에 없음)
123123
```
124124

125125
## commands.build 설정

0 commit comments

Comments
 (0)