fix: add @types/node to viewer devDependencies for process.env typing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Aymeric Rabot
2026-03-24 15:29:12 -07:00
co-authored by Claude Opus 4.6
parent 6bbb1db334
commit e2cde339ae
2 changed files with 40 additions and 17 deletions
+3 -2
View File
@@ -34,9 +34,10 @@
},
"devDependencies": {
"@pascal/typescript-config": "*",
"@types/node": "^25.5.0",
"@types/react": "^19.2.2",
"typescript": "5.9.3",
"@types/three": "^0.183.0"
"@types/three": "^0.183.0",
"typescript": "5.9.3"
},
"keywords": [
"3d",