mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
upgrade to bun 1.3.1
This commit is contained in:
parent
05489bc843
commit
06ac1be226
@ -4,7 +4,7 @@
|
||||
"description": "AI-powered development tool",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "bun@1.3.0",
|
||||
"packageManager": "bun@1.3.1",
|
||||
"scripts": {
|
||||
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
|
||||
"typecheck": "bun turbo typecheck",
|
||||
|
||||
@ -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 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user