fix: most segfaults on windows with Bun v1.3.10 stable (#15181)

This commit is contained in:
Luke Parker 2026-02-26 17:55:01 +10:00 committed by GitHub
parent aae75b3cfb
commit fce811b52f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 63 deletions

View file

@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
"packageManager": "bun@1.3.9",
"packageManager": "bun@1.3.10",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"dev:desktop": "bun --cwd packages/desktop tauri dev",