sveltekit-adapter-vercel
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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()
	}
};

/sveltekit-adapter-vercel/

    Package Sidebar

    Install

    npm i sveltekit-adapter-vercel

    Weekly Downloads

    4

    Version

    1.0.3

    License

    none

    Unpacked Size

    6.44 kB

    Total Files

    7

    Last publish

    Collaborators

    • gak4u