0.11.0 • Published 3 years ago
@sveltekit-cdk/adapter v0.11.0
@sveltekit-cdk/adapter
WARNING: Not for production, yet!!
No compatibility between versions is garanteed while in initial development. It's recommended to use exact version in
package.jsonto avoid suprices.
Intro
Prepare the artifacts for your SvelteKit site using this adapter.
Then use SvelteDistribution construct from @sveltekit-cdk/constructsv2
to include the site to your CDK stack.
Instructions
- In sveltekit project:
> npm i -s @sveltekit-cdk/adapter In
svelte.config.jsimport preprocess from 'svelte-preprocess'; import { adapter } from '@sveltekit-cdk/adapter' const config = { preprocess: preprocess(), kit: { // hydrate the <div id="svelte"> element in src/app.html target: '#svelte', adapter: adapter({ cdkProjectPath: '../the-cdk-project' }) } }; export default config;
Links
0.10.0
3 years ago
0.11.0
3 years ago
0.9.1
3 years ago
0.8.0
3 years ago
0.7.7
3 years ago
0.7.6
4 years ago
0.7.5
4 years ago
0.7.4
4 years ago
0.7.3
4 years ago
0.7.2
4 years ago
0.7.1
4 years ago
0.6.2
4 years ago
0.5.0
4 years ago
0.7.0
4 years ago
0.6.1
4 years ago
0.6.0
4 years ago
0.4.0
4 years ago
0.3.1
4 years ago
0.3.0
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago