[ci] format

This commit is contained in:
matthewp 2023-01-05 21:22:35 +00:00 committed by fredkbot
parent 259a539d7d
commit 04bf679a5d

View file

@ -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 {