Skip to content

Commit

Permalink
Add svgo to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Jan 13, 2023
1 parent 258cbf0 commit 9f51764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sakke/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const SakkeJSON = z.object({
port: z.number(),
host: z.string(),
}),
svgo: z.record(z.any()).optional(),
plugins: z
.array(
z.union([
Expand Down

1 comment on commit 9f51764

@github-actions
Copy link

Choose a reason for hiding this comment

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

This commit is packaged to npm. Install with

npm install --save-exact [email protected]

Please sign in to comment.