mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
e6b8017239
commit
176fe9f113
2 changed files with 13 additions and 12 deletions
|
@ -211,7 +211,8 @@ class AstroBuilder {
|
||||||
key: keyPromise,
|
key: keyPromise,
|
||||||
};
|
};
|
||||||
|
|
||||||
const { internals, ssrOutputChunkNames, ssrOutputAssetNames, contentFileNames } = await viteBuild(opts);
|
const { internals, ssrOutputChunkNames, ssrOutputAssetNames, contentFileNames } =
|
||||||
|
await viteBuild(opts);
|
||||||
|
|
||||||
const hasServerIslands = this.settings.serverIslandNameMap.size > 0;
|
const hasServerIslands = this.settings.serverIslandNameMap.size > 0;
|
||||||
// Error if there are server islands but no adapter provided.
|
// Error if there are server islands but no adapter provided.
|
||||||
|
|
Loading…
Reference in a new issue