Commit e679ed9
build(webapp): add @types/node so vite.config typechecks standalone
vite.config.ts uses node APIs (node:path, process, __dirname); @types/node
was only present transitively via the monorepo root. Declare it on the
webapp so the standalone Docker build's tsc -b passes.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 2873624 commit e679ed9
1 file changed
Lines changed: 1 addition & 0 deletions
| 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