summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthewp@users.noreply.github.com> 2024-12-16 17:02:24 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-12-16 17:02:24 +0000
commita7935578aff9c3b29d1e0b62769d951bc2872c61 (patch)
tree4d1cd953353c7f577f9a60b3c1eb8fbcbf4467cc
parentc879f501ff01b1a3c577de776a1f7100d78f8dd5 (diff)
downloadastro-a7935578aff9c3b29d1e0b62769d951bc2872c61.tar.gz
astro-a7935578aff9c3b29d1e0b62769d951bc2872c61.tar.zst
astro-a7935578aff9c3b29d1e0b62769d951bc2872c61.zip
[ci] format
-rw-r--r--packages/astro/src/core/build/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/astro/src/core/build/index.ts b/packages/astro/src/core/build/index.ts
index 298857516..7a10d90de 100644
--- a/packages/astro/src/core/build/index.ts
+++ b/packages/astro/src/core/build/index.ts
@@ -205,8 +205,7 @@ class AstroBuilder {
key: keyPromise,
};
- const { internals, ssrOutputChunkNames, contentFileNames } =
- await viteBuild(opts);
+ const { internals, ssrOutputChunkNames, contentFileNames } = await viteBuild(opts);
const hasServerIslands = this.settings.serverIslandNameMap.size > 0;
// Error if there are server islands but no adapter provided.