adapter-vercel
Special thanks to @elianiva for this good job!
Adapter for Svelte apps that creates a Vercel app, using a function for dynamic server rendering.
Usage
npm install --save-dev not-adapter-vercelThen in your svelte.config.js:
module.exports = {
...
adapter: 'not-adapter-vercel'
};Folder Build
.vercel_build_output/