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 23e3be0 commit 1029b9aCopy full SHA for 1029b9a
apps/svelte.dev/src/routes/packages/packages-meta.ts
@@ -13,7 +13,12 @@ const SV_ADD = {
13
'tailwindcss',
14
'vite-plugin-devtools-json',
15
'vitest'
16
- ]
+ ],
17
+ alias: {
18
+ '@inlang/paraglide-js': 'paraglidejs',
19
+ 'drizzle-orm': 'drizzle',
20
+ 'vite-plugin-devtools-json': 'devtools-json'
21
+ }
22
};
23
24
const FEATURED: { title: string; packages: string[]; weights?: Record<string, number> }[] = [
0 commit comments