fix(sdk): handle Windows opencode spawn and shutdown (#20772)

This commit is contained in:
Luke Parker 2026-04-03 13:18:50 +10:00 committed by GitHub
commit 7b8dc8065e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 103 additions and 35 deletions

View file

@ -23,9 +23,12 @@
"devDependencies": {
"@hey-api/openapi-ts": "0.90.10",
"@tsconfig/node22": "catalog:",
"@types/cross-spawn": "catalog:",
"@types/node": "catalog:",
"typescript": "catalog:",
"@typescript/native-preview": "catalog:"
"@typescript/native-preview": "catalog:",
"typescript": "catalog:"
},
"dependencies": {}
"dependencies": {
"cross-spawn": "catalog:"
}
}