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 /packages/desktop/package.json | |
| parent | 3ceac25fb54d1607c77de4cc861c394e3abd14f0 (diff) | |
| download | opencode-91110051658f42341ac713327991605461d4bb0b.tar.gz opencode-91110051658f42341ac713327991605461d4bb0b.zip | |
fix: terminal serialization and isolation
Diffstat (limited to 'packages/desktop/package.json')
| -rw-r--r-- | packages/desktop/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 78e51bdbc..a71a33fe8 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -16,8 +16,10 @@ }, "license": "MIT", "devDependencies": { + "@happy-dom/global-registrator": "20.0.11", "@tailwindcss/vite": "catalog:", "@tsconfig/bun": "1.0.9", + "@types/bun": "catalog:", "@types/luxon": "catalog:", "@types/node": "catalog:", "@typescript/native-preview": "catalog:", |
