From 4ae70d4b0d2d0472889ff2ddfe89c800c7f9f95a Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:52:38 -0500 Subject: [PATCH] fix: parcel watcher issue (#3544) --- bun.lock | 4 ++++ packages/opencode/package.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bun.lock b/bun.lock index f2668c5f5..84ca362b9 100644 --- a/bun.lock +++ b/bun.lock @@ -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:", diff --git a/packages/opencode/package.json b/packages/opencode/package.json index 39e532adc..ae298f684 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -20,6 +20,10 @@ "@ai-sdk/amazon-bedrock": "2.2.10", "@ai-sdk/google-vertex": "3.0.16", "@octokit/webhooks-types": "7.6.1", + "@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:",