Skip to content

sdocquir/svelte-kit-sst-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published