0.0.6 • Published 7 months ago

svelte-kit-sst-streaming v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

svelte-kit-sst-streaming

This is a fork of svelte-kit-sst, with lambda streaming enabled.

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-streaming

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

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

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

  export default config;
0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago