Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Jan 5, 2023
1 parent 259a539 commit 04bf679
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/astro/src/core/config/schema.ts
Expand Up @@ -177,10 +177,7 @@ export const AstroConfigSchema = z.object({
})
.optional()
.default({}),
legacy: z
.object({})
.optional()
.default({}),
legacy: z.object({}).optional().default({}),
});

interface PostCSSConfigResult {
Expand Down

0 comments on commit 04bf679

Please sign in to comment.