diff options
author | 2024-12-16 17:02:24 +0000 | |
---|---|---|
committer | 2024-12-16 17:02:24 +0000 | |
commit | a7935578aff9c3b29d1e0b62769d951bc2872c61 (patch) | |
tree | 4d1cd953353c7f577f9a60b3c1eb8fbcbf4467cc | |
parent | c879f501ff01b1a3c577de776a1f7100d78f8dd5 (diff) | |
download | astro-a7935578aff9c3b29d1e0b62769d951bc2872c61.tar.gz astro-a7935578aff9c3b29d1e0b62769d951bc2872c61.tar.zst astro-a7935578aff9c3b29d1e0b62769d951bc2872c61.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/build/index.ts | 3 |
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. |