Skip to content

Commit

Permalink
fix: zod export path
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Apr 25, 2024
1 parent 0da8dbf commit 6d6dd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/actions/runtime/virtual/server.ts
Expand Up @@ -6,7 +6,7 @@ import { ActionError, ValidationError } from './shared.js';

export * from './shared.js';

export { z } from 'astro/zod';
export { z } from '../../../../zod.mjs';

export function defineAction<TOutput, TInputSchema extends z.ZodType>({
input: inputSchema,
Expand Down

0 comments on commit 6d6dd7b

Please sign in to comment.