diff options
author | 2023-01-05 21:22:35 +0000 | |
---|---|---|
committer | 2023-01-05 21:22:35 +0000 | |
commit | 04bf679a5d509197aa3b7587e511588f652e886e (patch) | |
tree | d41f23c8c19ee7bd6d6633db6643900da907c481 | |
parent | 259a539d7d70c783330c797794b15716921629cf (diff) | |
download | astro-04bf679a5d509197aa3b7587e511588f652e886e.tar.gz astro-04bf679a5d509197aa3b7587e511588f652e886e.tar.zst astro-04bf679a5d509197aa3b7587e511588f652e886e.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/config/schema.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/astro/src/core/config/schema.ts b/packages/astro/src/core/config/schema.ts index 85c0b60a7..a4dccb994 100644 --- a/packages/astro/src/core/config/schema.ts +++ b/packages/astro/src/core/config/schema.ts @@ -177,10 +177,7 @@ export const AstroConfigSchema = z.object({ }) .optional() .default({}), - legacy: z - .object({}) - .optional() - .default({}), + legacy: z.object({}).optional().default({}), }); interface PostCSSConfigResult { |