Skip to content

Commit b33780d

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 39911b8 commit b33780d

File tree

1 file changed

+4
-1
lines changed
  • packages/astro/src/core/config/schemas

1 file changed

+4
-1
lines changed

packages/astro/src/core/config/schemas/base.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,10 @@ export const AstroConfigSchema = z.object({
502502
])
503503
.optional()
504504
.default(ASTRO_CONFIG_DEFAULTS.experimental.csp),
505-
staticImportMetaEnv: z.boolean().optional().default(ASTRO_CONFIG_DEFAULTS.experimental.staticImportMetaEnv),
505+
staticImportMetaEnv: z
506+
.boolean()
507+
.optional()
508+
.default(ASTRO_CONFIG_DEFAULTS.experimental.staticImportMetaEnv),
506509
chromeDevtoolsWorkspace: z
507510
.boolean()
508511
.optional()

0 commit comments

Comments
 (0)