JSPM

@sveltejs/adapter-vercel

1.0.0-next.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 59790
  • Score
    100M100P100Q158233F

Package Exports

  • @sveltejs/adapter-vercel

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sveltejs/adapter-vercel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

adapter-vercel

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

Usage

npm install --save-dev @sveltejs/adapter-vercel

Then in your svelte.config.js:

module.exports = {
  ...
    adapter: '@sveltejs/adapter-vercel'
};