diff options
| author | Aiden Cline <[email protected]> | 2025-10-29 13:52:38 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-29 13:52:38 -0500 |
| commit | 4ae70d4b0d2d0472889ff2ddfe89c800c7f9f95a (patch) | |
| tree | 827995396e0a7fddff2341019d1517a4b56b8cdd /bun.lock | |
| parent | 935cd7481bfe1ef28ca079cde8d09840a71bd771 (diff) | |
| download | opencode-4ae70d4b0d2d0472889ff2ddfe89c800c7f9f95a.tar.gz opencode-4ae70d4b0d2d0472889ff2ddfe89c800c7f9f95a.zip | |
fix: parcel watcher issue (#3544)
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -217,6 +217,10 @@ "@ai-sdk/google-vertex": "3.0.16", "@octokit/webhooks-types": "7.6.1", "@opencode-ai/script": "workspace:*", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", "@parcel/watcher-win32-x64": "2.5.1", "@standard-schema/spec": "1.0.0", "@tsconfig/bun": "catalog:", |
