1.0.3 • Published 3 years ago

sveltekit-adapter-vercel v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

This is a fork of official adapter-vercel and has been customised to work with sveltkit. Use at your own risk!!

sveltkit-adapter-vercel

Adapter for Svelte apps that creates a Vercel app, using a function for dynamic server rendering.

Usage

Add "@sveltejs/adapter-vercel": "next" to the devDependencies in your package.json and run npm install.

Then in your svelte.config.js:

const vercel = require('@sveltejs/adapter-vercel');

module.exports = {
	kit: {
		...
		adapter: vercel()
	}
};
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-next.17

3 years ago