[ci] format
This commit is contained in:
parent
259a539d7d
commit
04bf679a5d
1 changed files with 1 additions and 4 deletions
|
@ -177,10 +177,7 @@ export const AstroConfigSchema = z.object({
|
|||
})
|
||||
.optional()
|
||||
.default({}),
|
||||
legacy: z
|
||||
.object({})
|
||||
.optional()
|
||||
.default({}),
|
||||
legacy: z.object({}).optional().default({}),
|
||||
});
|
||||
|
||||
interface PostCSSConfigResult {
|
||||
|
|
Loading…
Reference in a new issue