We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6700f0 commit 51ac8c8Copy full SHA for 51ac8c8
apps/svelte.dev/src/lib/packages-meta.ts
@@ -9,8 +9,6 @@ const FEATURED: {
9
title: 'Svelte CLI add-ons',
10
description:
11
'<a href="/docs/cli">sv, the Svelte CLI</a>, lets you instantly add functionality to a new or existing project.',
12
- // Keeping the same order as in sv
13
- // https://github.com/sveltejs/cli/blob/main/packages/addons/_config/official.ts#L16-L17
14
packages: [
15
{ name: 'tailwindcss', svAlias: 'tailwind' },
16
{ name: 'drizzle-orm', svAlias: 'drizzle' },
0 commit comments