mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
c879f501ff
commit
a7935578af
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue