mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 09:14:22 +01:00
upgrade to bun 1.3.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { $ } from "bun"
|
||||
|
||||
if (process.versions.bun !== "1.3.0") {
|
||||
throw new Error("This script requires bun@1.3.0")
|
||||
if (process.versions.bun !== "1.3.1") {
|
||||
throw new Error("This script requires bun@1.3.1")
|
||||
}
|
||||
|
||||
const CHANNEL =
|
||||
|
||||
Reference in New Issue
Block a user