core: improve dependency management and error handling for more reliable builds

This commit is contained in:
Dax Raad 2025-10-14 01:33:25 -04:00
commit b8249cde4b
6 changed files with 15 additions and 14 deletions

View file

@ -68,6 +68,7 @@
"@solidjs/start@1.1.7": "patches/@solidjs%2Fstart@1.1.7.patch"
},
"overrides": {
"@types/bun": "catalog:"
"@types/bun": "catalog:",
"@types/node": "catalog:"
}
}