mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-10 04:21:49 +00:00
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:
@@ -3301,5 +3301,13 @@
|
|||||||
"npm": "svelte-enhanced-transitions",
|
"npm": "svelte-enhanced-transitions",
|
||||||
"category": "CSS and Layout",
|
"category": "CSS and Layout",
|
||||||
"tags": ["in-page navigation"]
|
"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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user