Commit d615b6b
committed
Add @types/bun so the production tsc build resolves node:fs / node:path
The lesson-path audit test added in bbfbe0f imports `node:fs` and
`node:path`, which `tsc -b` couldn't resolve without ambient Node types.
Production build was passing locally but failing on Cloudflare Pages.1 parent 21c0c5b commit d615b6b
2 files changed
Lines changed: 10 additions & 0 deletions
Some 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 | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments