Skip to content

Commit e632d3b

Browse files
authored
fix: Make sure we use zod/v4 path for imports (#99)
1 parent 4eebf35 commit e632d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)