0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Matthew Phillips 2024-12-16 17:02:24 +00:00 committed by astrobot-houston
parent c879f501ff
commit a7935578af

View file

@ -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.