diff options
author | 2022-04-26 20:01:23 +0000 | |
---|---|---|
committer | 2022-04-26 20:01:23 +0000 | |
commit | f0f938ce7db54ad55b060cb90204ecab8424dc37 (patch) | |
tree | 6ace30ce43ea019aae2beb744bae3e258e350535 | |
parent | eaad17694f2120ddbd083bb1754e4418b8ea6aa9 (diff) | |
download | astro-f0f938ce7db54ad55b060cb90204ecab8424dc37.tar.gz astro-f0f938ce7db54ad55b060cb90204ecab8424dc37.tar.zst astro-f0f938ce7db54ad55b060cb90204ecab8424dc37.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/create-vite.ts | 2 |
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 || {}, |