downgrade bun

pull/5317/head
Aiden Cline 2025-12-11 00:10:58 -06:00
parent a8f83cdcb5
commit f7e29a1acf
1 changed files with 1 additions and 1 deletions

View File

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