Skip to content

Commit 100e9aa

Browse files
chore: include zod-validation-error to Ecosystem page (#4722)
1 parent 2b3e87b commit 100e9aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/docs/components/ecosystem.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ const formIntegrations: ZodResource[] = [
7272
description: "Making SvelteKit forms a pleasure to use!",
7373
slug: "ciscoheat/sveltekit-superforms",
7474
},
75+
{
76+
name: "zod-validation-error",
77+
url: "https://github.com/causaly/zod-validation-error",
78+
description: "Generate user-friendly error messages from ZodError instances.",
79+
slug: "causaly/zod-validation-error",
80+
},
7581
];
7682

7783
const zodToXConverters: ZodResource[] = [];

0 commit comments

Comments
 (0)