diff options
| author | Aiden Cline <[email protected]> | 2025-12-08 16:08:53 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-08 16:08:53 -0600 |
| commit | 4dcda3d53d0810daf81e37eb1bca1b8f42a367aa (patch) | |
| tree | a84b4d1951719403d4b2171e6fc81c1e1772aa3b /bun.lock | |
| parent | 479cca29a5b4ee7e89e7316be26cb72fb16ccba1 (diff) | |
| download | opencode-4dcda3d53d0810daf81e37eb1bca1b8f42a367aa.tar.gz opencode-4dcda3d53d0810daf81e37eb1bca1b8f42a367aa.zip | |
fix: parcel watcher musl support
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -285,7 +285,9 @@ "@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-arm64-musl": "2.5.1", "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", "@parcel/watcher-win32-x64": "2.5.1", "@standard-schema/spec": "1.0.0", "@tsconfig/bun": "catalog:", |
