Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Phineas committed Jan 31, 2023
1 parent 43dff2b commit 0b5fb15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/zod/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export const presetFormSchema = z.object({
type: z.literal('string'),
default: z.string().optional(),
autogen: z.enum(['PROJECT_NAMESPACE', 'SECURE_TOKEN']).optional(),
max_length: z.number().optional(),
validator: z.string().optional(),
}),
]),
title: z.string(),
Expand Down

1 comment on commit 0b5fb15

@vercel
Copy link

@vercel vercel bot commented on 0b5fb15 Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hop-js – ./

hop-js.vercel.app
hop-js-git-master-onehop.vercel.app
hop-js-onehop.vercel.app
js.hop.io

Please sign in to comment.