@@ -90,21 +90,27 @@ const FEATURED: {
9090 title : 'SvelteKit adapters' ,
9191 packages : [
9292 { 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+ } ,
102105 {
103106 name : 'sveltekit-adapter-chrome-extension' ,
104107 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'
106109 } ,
107- { name : '@slicemachine/adapter-sveltekit' }
110+ {
111+ name : '@slicemachine/adapter-sveltekit' ,
112+ description : "Integrate with Prismic's Slice Machine"
113+ }
108114 ]
109115 } ,
110116 {
0 commit comments