0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

[ci] format

This commit is contained in:
Arsh 2023-12-04 20:00:39 +00:00 committed by astrobot-houston
parent 0968cb1a37
commit e88f166be8

View file

@ -48,7 +48,7 @@ export async function compile({
resultScopedSlot: true,
transitionsAnimationURL: 'astro/components/viewtransitions.css',
annotateSourceFile:
viteConfig.command === "serve" && astroConfig.devToolbar && astroConfig.devToolbar.enabled,
viteConfig.command === 'serve' && astroConfig.devToolbar && astroConfig.devToolbar.enabled,
preprocessStyle: createStylePreprocessor({
filename,
viteConfig,