Skip to content

Commit

Permalink
fix(cli): schemaConfig.export is not followed
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Jun 14, 2024
1 parent 7205ab1 commit 3f7f305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const schemaConfig = z.discriminatedUnion('type', [
type: z.literal('path'),

value: z.string(),

export: z.string()
.optional(),
}),
z.object({
type: z.literal('sdl'),
Expand Down

0 comments on commit 3f7f305

Please sign in to comment.