[ci] format

This commit is contained in:
matthewp 2022-04-26 20:01:23 +00:00 committed by github-actions[bot]
parent eaad17694f
commit f0f938ce7d

View file

@ -86,7 +86,7 @@ export async function createVite(
watch: {
// Prevent watching during the build to speed it up
ignored: mode === 'build' ? ['**'] : undefined,
}
},
},
css: {
postcss: astroConfig.style.postcss || {},