Spaces:
Build error
Build error
| import { z } from 'zod'; | |
| export const emailSchema = z | |
| .email({ pattern: z.regexes.unicodeEmail }) | |
| .max(255); | |
| import { z } from 'zod'; | |
| export const emailSchema = z | |
| .email({ pattern: z.regexes.unicodeEmail }) | |
| .max(255); | |