diff options
| author | Adam <[email protected]> | 2025-12-06 06:16:21 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-06 06:43:53 -0600 |
| commit | 91110051658f42341ac713327991605461d4bb0b (patch) | |
| tree | e415be079c7b38647c6797b433b91fc4e7e8d6aa /package.json | |
| parent | 3ceac25fb54d1607c77de4cc861c394e3abd14f0 (diff) | |
| download | opencode-91110051658f42341ac713327991605461d4bb0b.tar.gz opencode-91110051658f42341ac713327991605461d4bb0b.zip | |
fix: terminal serialization and isolation
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index a962be926..fd559eed0 100644 --- a/package.json +++ b/package.json @@ -86,5 +86,8 @@ "overrides": { "@types/bun": "catalog:", "@types/node": "catalog:" + }, + "patchedDependencies": { + "[email protected]": "patches/[email protected]" } } |
