Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and github-actions[bot] committed Apr 26, 2022
1 parent eaad176 commit f0f938c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/create-vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 || {},
Expand Down

0 comments on commit f0f938c

Please sign in to comment.