[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()
|
.optional()
|
||||||
.default({}),
|
.default({}),
|
||||||
legacy: z
|
legacy: z.object({}).optional().default({}),
|
||||||
.object({})
|
|
||||||
.optional()
|
|
||||||
.default({}),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
interface PostCSSConfigResult {
|
interface PostCSSConfigResult {
|
||||||
|
|
Loading…
Reference in a new issue