From 69541768a8704841445d1f49b448eb994db84284 Mon Sep 17 00:00:00 2001 From: Avinash Reddy Date: Thu, 18 Apr 2024 13:06:04 +0530 Subject: [PATCH] add/cli: update list of integrations --- packages/astro/src/cli/add/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/src/cli/add/index.ts b/packages/astro/src/cli/add/index.ts index 2f8b73d560f1..c38ab57c1ddc 100644 --- a/packages/astro/src/cli/add/index.ts +++ b/packages/astro/src/cli/add/index.ts @@ -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')}`,