mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 17:24:22 +01:00
upgrade to bun 1.3.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "AI-powered development tool",
|
"description": "AI-powered development tool",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "bun@1.3.0",
|
"packageManager": "bun@1.3.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
|
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
|
||||||
"typecheck": "bun turbo typecheck",
|
"typecheck": "bun turbo typecheck",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { $ } from "bun"
|
import { $ } from "bun"
|
||||||
|
|
||||||
if (process.versions.bun !== "1.3.0") {
|
if (process.versions.bun !== "1.3.1") {
|
||||||
throw new Error("This script requires bun@1.3.0")
|
throw new Error("This script requires bun@1.3.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
const CHANNEL =
|
const CHANNEL =
|
||||||
|
|||||||
Reference in New Issue
Block a user