1.0.0 • Published 4 years ago
not-adapter-vercel v1.0.0
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-vercel
Then in your svelte.config.js
:
module.exports = {
...
adapter: 'not-adapter-vercel'
};
Folder Build
.vercel_build_output/
1.0.0
4 years ago