0.0.6 • Published 2 years ago

svelte-kit-sst-streaming v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago