Add Amplify Adapter package (#552)

* Update packages.json

Adding Sveltekit adapter: "Amplify Adapter", it allows to deploy an ssr Sveltekit App to AWS Amplify by CI/CD

* Fix formatting of tags in packages.json
This commit is contained in:
Gustavo Zimbrón
2023-12-25 01:11:21 -06:00
committed by GitHub
parent fa91dab6fb
commit d4133abd09

View File

@@ -3301,5 +3301,13 @@
"npm": "svelte-enhanced-transitions",
"category": "CSS and Layout",
"tags": ["in-page navigation"]
},
{
"title": "Amplify Adapter",
"repository": "https://github.com/gzimbron/amplify-adapter",
"description": "Deploy Sveltekit SSR application to Aws Amplify (CI/CD)",
"npm": "amplify-adapter",
"category": "SvelteKit Adapters",
"tags": ["ssr", "components and libraries", "layout and structure"]
}
]