mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
add/cli: update list of integrations (#10811)
This commit is contained in:
parent
35e43ecdaa
commit
77822a822b
2 changed files with 7 additions and 2 deletions
5
.changeset/yellow-fishes-occur.md
Normal file
5
.changeset/yellow-fishes-occur.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"astro": patch
|
||||
---
|
||||
|
||||
Update list of available integrations in the `astro add` CLI help.
|
|
@ -148,12 +148,12 @@ export async function add(names: string[], { flags }: AddOptions) {
|
|||
['node', 'astro add node'],
|
||||
],
|
||||
Others: [
|
||||
['db', 'astro add db'],
|
||||
['tailwind', 'astro add tailwind'],
|
||||
['image', 'astro add image'],
|
||||
['mdx', 'astro add mdx'],
|
||||
['markdoc', 'astro add markdoc'],
|
||||
['partytown', 'astro add partytown'],
|
||||
['sitemap', 'astro add sitemap'],
|
||||
['prefetch', 'astro add prefetch'],
|
||||
],
|
||||
},
|
||||
description: `For more integrations, check out: ${cyan('https://astro.build/integrations')}`,
|
||||
|
|
Loading…
Reference in a new issue