downgrade bun

This commit is contained in:
Aiden Cline
2025-12-11 00:10:58 -06:00
parent a8f83cdcb5
commit f7e29a1acf

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",