0
Fork 0
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:
Avinash Reddy 2024-04-18 14:33:36 +05:30 committed by GitHub
parent 35e43ecdaa
commit 77822a822b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
"astro": patch
---
Update list of available integrations in the `astro add` CLI help.

View file

@ -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')}`,