Skip to content

Commit a540903

Browse files
chore: version packages (#89)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a91c07a commit a540903

3 files changed

Lines changed: 21 additions & 18 deletions

File tree

.changeset/fix-envfile-validation.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

npm/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @lightfastai/dual
22

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)
15+
- Environment loading gracefully handles missing files by returning empty maps
16+
17+
**Impact:**
18+
19+
- Worktrees with missing env file directories now work correctly
20+
- Fresh checkouts don't require creating all env file directories upfront
21+
- Consistent with the design principle of optional env files
22+
323
## 1.2.0
424

525
### Minor Changes

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightfastai/dual",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "General-purpose port management for multi-context development",
55
"keywords": [
66
"port",

0 commit comments

Comments
 (0)