Commit 4f675ff
committed
fix: add missing build facade and update gitignore to be more specific
- Change gitignore pattern from 'build/' to '/build/' to only ignore root build artifacts
- Add src/utils/build/index.ts focused facade that was accidentally gitignored
- This fixes CI build failures where files import from utils/build/index.ts1 parent 6113c42 commit 4f675ff
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments