summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Syg <ematipico@users.noreply.github.com> 2024-01-02 12:13:55 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-01-02 12:13:55 +0000
commit55e49b3ffb814ed24125a58b23de3af59cac1f9b (patch)
tree556b3e727c07a798b1c711127f70f3a82778dcda
parent8b873bf1f343efc1f486d8ef53c38380e2373c08 (diff)
downloadastro-55e49b3ffb814ed24125a58b23de3af59cac1f9b.tar.gz
astro-55e49b3ffb814ed24125a58b23de3af59cac1f9b.tar.zst
astro-55e49b3ffb814ed24125a58b23de3af59cac1f9b.zip
[ci] format
-rw-r--r--packages/astro/src/cli/add/index.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/astro/src/cli/add/index.ts b/packages/astro/src/cli/add/index.ts
index 77abd51a6..5b65106cc 100644
--- a/packages/astro/src/cli/add/index.ts
+++ b/packages/astro/src/cli/add/index.ts
@@ -114,9 +114,7 @@ export async function add(names: string[], { flags }: AddOptions) {
['lit', 'astro add lit'],
['alpinejs', 'astro add alpinejs'],
],
- 'Documentation Frameworks': [
- ['starlight', 'astro add starlight'],
- ],
+ 'Documentation Frameworks': [['starlight', 'astro add starlight']],
'SSR Adapters': [
['netlify', 'astro add netlify'],
['vercel', 'astro add vercel'],