summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-07-27 18:51:57 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-27 18:51:57 +0000
commited0ed49df6ddfdf902ad7865965c5b34ec993338 (patch)
tree9c58cae0f88527442f75fc4d24c1bc5ba277ec1b
parente90615f9400815881c04921a97c550d8c1a82ac5 (diff)
downloadastro-ed0ed49df6ddfdf902ad7865965c5b34ec993338.tar.gz
astro-ed0ed49df6ddfdf902ad7865965c5b34ec993338.tar.zst
astro-ed0ed49df6ddfdf902ad7865965c5b34ec993338.zip
[ci] yarn format
-rw-r--r--packages/astro/src/runtime.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/runtime.ts b/packages/astro/src/runtime.ts
index 03a4f3226..14bb067df 100644
--- a/packages/astro/src/runtime.ts
+++ b/packages/astro/src/runtime.ts
@@ -353,7 +353,7 @@ async function createSnowpack(astroConfig: AstroConfig, options: CreateSnowpackO
'astro/dist/internal/element-registry.js',
'astro/dist/internal/fetch-content.js',
'astro/dist/internal/__astro_slot.js',
- 'prismjs'
+ 'prismjs',
];
for (const renderer of rendererInstances) {
knownEntrypoints.push(renderer.server);