Commit 2999398
fix: [v1.17.9] build.ts stale TUI worker entry path (cli/cmd/tui -> cli/tui)
upstream_fix: the merge relocated the TUI tree cli/cmd/tui -> cli/tui but build.ts:384 still pointed at
./src/cli/cmd/tui/worker.ts, failing local builds with ModuleNotFound at the bundle entry. Repointed to
./src/cli/tui/worker.ts (verified the entry resolves + bundles). Reported by a co-worker building the branch.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6beae93 commit 2999398
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
385 | 388 | | |
386 | 389 | | |
387 | 390 | | |
| |||
0 commit comments