Skip to content

Commit e679ed9

Browse files
Wieedzeclaude
andcommitted
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

File tree

packages/webapp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"wagmi": "^2.12.0"
2222
},
2323
"devDependencies": {
24+
"@types/node": "^20.0.0",
2425
"@types/react": "^18.3.3",
2526
"@types/react-dom": "^18.3.0",
2627
"@types/three": "^0.169.0",

0 commit comments

Comments
 (0)