@hsjs/svelte-kit-adapter-vercel
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-next.20 • Public • Published

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:

import vercel from '@sveltejs/adapter-vercel';

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

Readme

Keywords

none

Package Sidebar

Install

npm i @hsjs/svelte-kit-adapter-vercel

Weekly Downloads

1

Version

1.0.0-next.20

License

none

Unpacked Size

3.77 kB

Total Files

6

Last publish

Collaborators

  • haishanh