Skip to content

joschka/sveltekit-adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sveltekit Adapter

Adapter for Svelte apps that creates a Begin or Architect app, using a function for dynamic server rendering.

Configuration

run npm install @architect/sveltekit-adapter.

Then add the adapter to your svelte.config.js:

import begin from '@architect/sveltekit-adapter';

export default {
	kit: {
		...
		adapter: begin()
	}
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Svelte 62.3%
  • JavaScript 29.2%
  • CSS 3.8%
  • HTML 3.5%
  • Arc 1.2%