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'
};