summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2022-06-22 15:41:50 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-22 15:41:50 +0000
commitf6400e694e71b3f8c028c8e50df5edae951532b7 (patch)
treed3134660220b3e70ebbeff41212d8d98bcf9914e
parentdf02fad13ef7c8a8a563ee3720513d437090ee2e (diff)
downloadastro-f6400e694e71b3f8c028c8e50df5edae951532b7.tar.gz
astro-f6400e694e71b3f8c028c8e50df5edae951532b7.tar.zst
astro-f6400e694e71b3f8c028c8e50df5edae951532b7.zip
[ci] format
-rw-r--r--packages/astro/src/core/create-vite.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/create-vite.ts b/packages/astro/src/core/create-vite.ts
index 0d3e789a1..d0fd6f3a6 100644
--- a/packages/astro/src/core/create-vite.ts
+++ b/packages/astro/src/core/create-vite.ts
@@ -32,7 +32,7 @@ const ALWAYS_NOEXTERNAL = new Set([
'astro',
// Handle recommended nanostores. Only @nanostores/preact is required from our testing!
// Full explanation and related bug report: https://github.com/withastro/astro/pull/3667
- '@nanostores/preact',
+ '@nanostores/preact',
]);
// note: ssr is still an experimental API hence the type omission from `vite`