mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-29 11:14:23 +00:00
Upgrade to Zod v4 (#2605)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
parent
89d820b1c4
commit
c1b4e1f19d
75 changed files with 1106 additions and 1304 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { z } from "zod"
|
||||
import z from "zod/v4"
|
||||
import * as path from "path"
|
||||
import { Tool } from "./tool"
|
||||
import { LSP } from "../lsp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue