mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
0c9f770e8a
commit
e118b8a91d
2 changed files with 8 additions and 6 deletions
|
@ -69,9 +69,11 @@ if(_start in adapter) {
|
||||||
return void 0;
|
return void 0;
|
||||||
},
|
},
|
||||||
async generateBundle(_opts, bundle) {
|
async generateBundle(_opts, bundle) {
|
||||||
const staticFiles = new Set(await glob('**/*', {
|
const staticFiles = new Set(
|
||||||
|
await glob('**/*', {
|
||||||
cwd: fileURLToPath(buildOpts.buildConfig.client),
|
cwd: fileURLToPath(buildOpts.buildConfig.client),
|
||||||
}));
|
})
|
||||||
|
);
|
||||||
|
|
||||||
// Add assets from this SSR chunk as well.
|
// Add assets from this SSR chunk as well.
|
||||||
for (const [_chunkName, chunk] of Object.entries(bundle)) {
|
for (const [_chunkName, chunk] of Object.entries(bundle)) {
|
||||||
|
|
Loading…
Reference in a new issue