@@ -90,21 +90,27 @@ const FEATURED: {
90
90
title : 'SvelteKit adapters' ,
91
91
packages : [
92
92
{ name : '@sveltejs/adapter-auto' } ,
93
- { name : '@sveltejs/adapter-node' } ,
94
- { name : '@sveltejs/adapter-vercel' } ,
95
- { name : '@sveltejs/adapter-cloudflare' } ,
96
- { name : '@sveltejs/adapter-netlify' } ,
97
- { name : '@deno/svelte-adapter' } ,
98
- { name : 'amplify-adapter' } ,
99
- { name : 'svelte-kit-sst' } ,
100
- { name : 'svelte-adapter-bun' } ,
101
- { name : 'svelte-adapter-appengine' } ,
93
+ { name : '@sveltejs/adapter-node' , description : 'Generates a standalone Node server' } ,
94
+ { name : '@sveltejs/adapter-vercel' , description : 'Creates a Vercel app' } ,
95
+ { name : '@sveltejs/adapter-cloudflare' , description : 'Creates a Cloudflare app' } ,
96
+ { name : '@sveltejs/adapter-netlify' , description : 'Creates a Netlify app' } ,
97
+ { name : '@deno/svelte-adapter' , description : 'Builds your app for Deno Deploy' } ,
98
+ { name : 'amplify-adapter' , description : 'Builds your app for AWS Amplify' } ,
99
+ { name : 'svelte-kit-sst' , description : 'Builds your app for AWS Lambda and AWS Lamda@Edge' } ,
100
+ { name : 'svelte-adapter-bun' , description : 'Generates a standalone Bun.js server' } ,
101
+ {
102
+ name : 'svelte-adapter-appengine' ,
103
+ description : 'Builds your app for Google Cloud App Engine'
104
+ } ,
102
105
{
103
106
name : 'sveltekit-adapter-chrome-extension' ,
104
107
description :
105
- 'Adapter that builds your app complying with content source policies of Chrome extensions using manifest v3'
108
+ 'Builds your app complying with content source policies of Chrome extensions using manifest v3'
106
109
} ,
107
- { name : '@slicemachine/adapter-sveltekit' }
110
+ {
111
+ name : '@slicemachine/adapter-sveltekit' ,
112
+ description : "Integrate with Prismic's Slice Machine"
113
+ }
108
114
]
109
115
} ,
110
116
{
0 commit comments