You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: npm/CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# @lightfastai/dual
2
2
3
+
## 1.2.1
4
+
5
+
### Patch Changes
6
+
7
+
- a91c07a: Fix config validation blocking dual run when env file directories don't exist
8
+
9
+
Removes overly strict validation that checked if env file directories exist during config loading. This was causing `dual run` to fail in worktrees where gitignored directories (like `.vercel/`) don't exist yet.
10
+
11
+
**What's Fixed:**
12
+
13
+
-`dual run` no longer fails when configured env file directories are missing
14
+
- Config validation now only checks that env file paths are relative (not their existence)
0 commit comments