[ci] yarn format
This commit is contained in:
parent
e90615f940
commit
ed0ed49df6
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ async function createSnowpack(astroConfig: AstroConfig, options: CreateSnowpackO
|
||||||
'astro/dist/internal/element-registry.js',
|
'astro/dist/internal/element-registry.js',
|
||||||
'astro/dist/internal/fetch-content.js',
|
'astro/dist/internal/fetch-content.js',
|
||||||
'astro/dist/internal/__astro_slot.js',
|
'astro/dist/internal/__astro_slot.js',
|
||||||
'prismjs'
|
'prismjs',
|
||||||
];
|
];
|
||||||
for (const renderer of rendererInstances) {
|
for (const renderer of rendererInstances) {
|
||||||
knownEntrypoints.push(renderer.server);
|
knownEntrypoints.push(renderer.server);
|
||||||
|
|
Loading…
Reference in a new issue