Commit 3c486e9
fix(server): add missing undici-types peer dependency for @types/node v20
@types/node ^20 requires undici-types to be present in node_modules
for its fetch/worker_threads type declarations. Without it tsc fails
with TS2307 "Cannot find module 'undici-types'" during lerna bootstrap.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b0d74da commit 3c486e9
2 files changed
+16
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments