Skip to content

Commit

Permalink
Use zod package instead of relative path outside of src
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Apr 26, 2024
1 parent 0621116 commit eeba4ce
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 '../../../../zod.mjs';
export { z } from 'zod';

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

0 comments on commit eeba4ce

Please sign in to comment.