diff options
author | 2022-06-22 15:41:50 +0000 | |
---|---|---|
committer | 2022-06-22 15:41:50 +0000 | |
commit | f6400e694e71b3f8c028c8e50df5edae951532b7 (patch) | |
tree | d3134660220b3e70ebbeff41212d8d98bcf9914e | |
parent | df02fad13ef7c8a8a563ee3720513d437090ee2e (diff) | |
download | astro-f6400e694e71b3f8c028c8e50df5edae951532b7.tar.gz astro-f6400e694e71b3f8c028c8e50df5edae951532b7.tar.zst astro-f6400e694e71b3f8c028c8e50df5edae951532b7.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/create-vite.ts | 2 |
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` |