svelte-kit-sst

2.43.5 • Public • Published

svelte-kit-sst

This adapter allows SvelteKit to deploy your SSR site to AWS.

Installation

Install the adapter to your project’s dependencies using your preferred package manager. If you’re using npm or aren’t sure, run this in the terminal:

  npm install svelte-kit-sst

Add the adapter in your svelte.config.js file.

+ import adapter from "svelte-kit-sst";
  import { vitePreprocess } from "@sveltejs/kit/vite";

  const config = {
    preprocess: vitePreprocess(),
    kit: {
+     adapter: adapter(),
    },
  };

  export default config;

/svelte-kit-sst/

    Package Sidebar

    Install

    npm i svelte-kit-sst

    Weekly Downloads

    1,189

    Version

    2.43.5

    License

    MIT

    Unpacked Size

    37.8 kB

    Total Files

    21

    Last publish

    Collaborators

    • thdxr
    • fanjie
    • sst-publisher