Skip to content

Commit de4aa6e

Browse files
committed
fix: Make sure we use zod/v4 path for imports
1 parent 4eebf35 commit de4aa6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/acp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { z } from "zod";
1+
import { z } from "zod/v4";
22
import * as schema from "./schema/index.js";
33
import * as validate from "./schema/zod.gen.js";
44
export type * from "./schema/types.gen.js";

0 commit comments

Comments
 (0)