summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-04-26 20:01:23 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-04-26 20:01:23 +0000
commitf0f938ce7db54ad55b060cb90204ecab8424dc37 (patch)
tree6ace30ce43ea019aae2beb744bae3e258e350535
parenteaad17694f2120ddbd083bb1754e4418b8ea6aa9 (diff)
downloadastro-f0f938ce7db54ad55b060cb90204ecab8424dc37.tar.gz
astro-f0f938ce7db54ad55b060cb90204ecab8424dc37.tar.zst
astro-f0f938ce7db54ad55b060cb90204ecab8424dc37.zip
[ci] format
-rw-r--r--packages/astro/src/core/create-vite.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/create-vite.ts b/packages/astro/src/core/create-vite.ts
index cbb9bd0dd..eca7cd264 100644
--- a/packages/astro/src/core/create-vite.ts
+++ b/packages/astro/src/core/create-vite.ts
@@ -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 || {},